Source-Changes-HG archive

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

[src/trunk]: src/share/termcap Add termcap entry for window(1).



details:   https://anonhg.NetBSD.org/src/rev/f19a42379a47
branches:  trunk
changeset: 542603:f19a42379a47
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun Feb 02 17:34:19 2003 +0000

description:
Add termcap entry for window(1).
Fixes PR 20111 (from Richard Rauch).

diffstat:

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

diffs (30 lines):

diff -r 80978c843afb -r f19a42379a47 share/termcap/termcap.src
--- a/share/termcap/termcap.src Sun Feb 02 15:08:37 2003 +0000
+++ b/share/termcap/termcap.src Sun Feb 02 17:34:19 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.74 2003/01/24 10:24:09 wiz Exp $
+#      $NetBSD: termcap.src,v 1.75 2003/02/02 17:34:19 jdc Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -916,6 +916,20 @@
 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
        :km:tc=wsvt25:
 
+# NetBSD 'window version 2'
+# This is the window-v2 binding that NetBSD's window(1) exports into
+# the TERMCAP environment variable.
+# Note that older versions of window have a bug where turning off
+# underscore or standout also turns off the other, but does not reset
+# the internal state.
+WW|window-v2|window program version 2: \
+       :am:bs:da:db:ms:pt:cr=^M:nl=^J:bl=^G:ta=^I: \
+       :cm=\EY%+ %+ :le=^H:nd=\EC:up=\EA:do=\EB:ho=\EH: \
+       :cd=\EJ:ce=\EK:cl=\EE:me=\Er^?:co#80:li#24:se=\ErA:so=\EsA: \
+       :mr=\EsA:ue=\ErD:us=\EsD:ae=\ErH:as=\EsH:al=\EL:dl=\EM: \
+       :im=\E@:ei=\EO:ic=:mi:dc=\EN: \
+       :kb=^H:ku=^[OA:kd=^[OB:kl=^[OD:kr=^[OC:kh=^[OH:
+
 #### FreeBSD console entries
 #
 # From: Andrey Chernov <ache%astral.msk.su@localhost> 29 Mar 1996



Home | Main Index | Thread Index | Old Index