Source-Changes-HG archive

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

[src/trunk]: src/share/termcap Move the attribute end escape sequence to the ...



details:   https://anonhg.NetBSD.org/src/rev/9a2a50a3c510
branches:  trunk
changeset: 565109:9a2a50a3c510
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon Mar 29 20:52:38 2004 +0000

description:
Move the attribute end escape sequence to the start of the xterm
initialisation sequence capability.
Part of the fix for PR misc/11052

diffstat:

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

diffs (18 lines):

diff -r 6abd6f92c3a8 -r 9a2a50a3c510 share/termcap/termcap.src
--- a/share/termcap/termcap.src Mon Mar 29 20:30:03 2004 +0000
+++ b/share/termcap/termcap.src Mon Mar 29 20:52:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.88 2004/03/18 07:25:17 jdc Exp $
+#      $NetBSD: termcap.src,v 1.89 2004/03/29 20:52:38 jdc Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -1849,7 +1849,7 @@
        :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
        :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
        :eA=\E(B\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
-       :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
+       :is=\E[m\E7\E[r\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
        :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\
        :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:\
        :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\



Home | Main Index | Thread Index | Old Index