Source-Changes-HG archive

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

[src/netbsd-3]: src/share/termcap Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/6ede8cb2bd52
branches:  netbsd-3
changeset: 577790:6ede8cb2bd52
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jan 30 13:15:22 2006 +0000

description:
Pull up following revision(s) (requested by jdc in ticket #1144):
        share/termcap/termcap.src: revision 1.95
Wscons terminals only have 8 colours and don't need an NC entry.
Fixes PR misc/32135 by Pavel Cahyna.

diffstat:

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

diffs (18 lines):

diff -r 74c3d6f9976e -r 6ede8cb2bd52 share/termcap/termcap.src
--- a/share/termcap/termcap.src Mon Jan 30 13:13:55 2006 +0000
+++ b/share/termcap/termcap.src Mon Jan 30 13:15:22 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.92.2.2 2005/07/05 15:37:51 tron Exp $
+#      $NetBSD: termcap.src,v 1.92.2.3 2006/01/30 13:15:22 tron Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -932,7 +932,7 @@
 # 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#16:NC#32:pa#256:it#8:ms:ut:\
+       :Co#8:pa#64:it#8:ms:ut:\
        :@7=\E[8~:is=\E[r\E[25;1H:\
        :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
        :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kh=\E[7~:F1=\E[23~:F2=\E[24~:\



Home | Main Index | Thread Index | Old Index