Source-Changes-HG archive

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

[src/trunk]: src/share/termcap Use ANSI color in the xterm-16color entry for ...



details:   https://anonhg.NetBSD.org/src/rev/5e0e5287ce06
branches:  trunk
changeset: 485405:5e0e5287ce06
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Apr 27 05:28:51 2000 +0000

description:
Use ANSI color in the xterm-16color entry for now.

diffstat:

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

diffs (20 lines):

diff -r 3c5bf354de64 -r 5e0e5287ce06 share/termcap/termcap.src
--- a/share/termcap/termcap.src Thu Apr 27 05:03:22 2000 +0000
+++ b/share/termcap/termcap.src Thu Apr 27 05:28:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.53 2000/04/16 01:27:44 mycroft Exp $
+#      $NetBSD: termcap.src,v 1.54 2000/04/27 05:28:51 mycroft Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -1765,9 +1765,7 @@
 # This is one of the variants from XFree86 3.3 (T.Dickey)
 xterm-16color|xterm with 16 colors like aixterm:\
        :Co#16:NC#32:pa#256:\
-       :AB@:AF@:\
-       :..Sb=%p1%{8}%/%{6}%*%{4}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m:\
-       :..Sf=%p1%{8}%/%{6}%*%{3}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m:\
+       :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:\
        :tc=xterm-xf86-v33:
 
 # This is xterm for ncurses. It mainly adds mappings for more high-half



Home | Main Index | Thread Index | Old Index