Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/share/termcap Pull up revision 1.73 (requested by jdc i...
details: https://anonhg.NetBSD.org/src/rev/d1984c6b9ca7
branches: netbsd-1-6
changeset: 529902:d1984c6b9ca7
user: tron <tron%NetBSD.org@localhost>
date: Sun Jan 12 12:35:41 2003 +0000
description:
Pull up revision 1.73 (requested by jdc in ticket #1068):
Wscons terminals (wsvt25) have 25 lines, so we shouldn't use the vt220
initialisation sequence (which sets the scrolling region to the top 24
lines).
Noticed by Martin Husemann.
diffstat:
share/termcap/termcap.src | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cb5d3de32712 -r d1984c6b9ca7 share/termcap/termcap.src
--- a/share/termcap/termcap.src Sun Jan 12 00:25:33 2003 +0000
+++ b/share/termcap/termcap.src Sun Jan 12 12:35:41 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: termcap.src,v 1.68.2.2 2002/09/30 12:33:00 lukem Exp $
+# $NetBSD: termcap.src,v 1.68.2.3 2003/01/12 12:35:41 tron Exp $
#
######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
#
@@ -907,7 +907,7 @@
# after the manner of the pcvt entries.
wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
:Co#16:NC#32:pa#256:ms:ut:\
- :@7=\E[8~:\
+ :@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~:\
:AB=\E[4%dm:AF=\E[3%dm:op=\E[m:\
Home |
Main Index |
Thread Index |
Old Index