Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/termcap Add micro-minimal "wsvt25" and "wsvt25m" entri...



details:   https://anonhg.NetBSD.org/src/rev/8904d3dbfb2f
branches:  trunk
changeset: 476112:8904d3dbfb2f
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Sep 06 20:23:36 1999 +0000

description:
Add micro-minimal "wsvt25" and "wsvt25m" entries. We should probably
discuss what these should *really* look like, customize them tightly
for wscons, and then send them off to Eric Raymond for inclusion in
the master file.

diffstat:

 share/termcap/termcap.src |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r a3d2112b0f49 -r 8904d3dbfb2f share/termcap/termcap.src
--- a/share/termcap/termcap.src Mon Sep 06 19:52:52 1999 +0000
+++ b/share/termcap/termcap.src Mon Sep 06 20:23:36 1999 +0000
@@ -900,6 +900,15 @@
        :co#96:li#32:\
        :%1=\E[28~:kC=\E[9~:tc=vt220:
 
+# NetBSD "wscons" emulator in vt220 mode
+# These are micro-minimal and probably need to be redone for real
+# after the manner of the pcvt entries.
+wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
+       :co#80:li#25:tc=vt220:
+
+wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
+       :co#80:li#25:km:tc=vt220:
+
 #### FreeBSD console entries
 #
 # From: Andrey Chernov <ache%astral.msk.su@localhost> 29 Mar 1996



Home | Main Index | Thread Index | Old Index