Source-Changes-HG archive

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

[src/trunk]: src/share/termcap Added xterm-color entry from ESR's / ncurses t...



details:   https://anonhg.NetBSD.org/src/rev/120124207434
branches:  trunk
changeset: 554055:120124207434
user:      jklos <jklos%NetBSD.org@localhost>
date:      Fri Oct 24 23:37:18 2003 +0000

description:
Added xterm-color entry from ESR's / ncurses termcap.src for, primarily,
Mac OS X 10.3.

diffstat:

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

diffs (30 lines):

diff -r 7574d6ebe45d -r 120124207434 share/termcap/termcap.src
--- a/share/termcap/termcap.src Fri Oct 24 23:03:50 2003 +0000
+++ b/share/termcap/termcap.src Fri Oct 24 23:37:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.83 2003/04/09 19:21:46 jdolecek Exp $
+#      $NetBSD: termcap.src,v 1.84 2003/10/24 23:37:18 jklos Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -1901,6 +1901,20 @@
        :sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E>\E[?41;1r:\
        :ti=\E[?1;41s\E[?1;41h\E=:ue=\E[24m:up=\E[A:us=\E[4m:
 
+# The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
+# xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
+# SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
+# description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
+# that each of those implements the home, end, delete keys differently.
+#
+# Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
+# colors; note that this is not compatible with the 5.2 version.
+# csw (2002-05-15): make xterm-color primary instead of nxterm, to
+#   match XFree86's xterm.terminfo usage and prevent circular links
+xterm-color|nxterm|generic color xterm:\
+        :NC@:\
+        :op=\E[m:tc=xterm-r6:tc=klone+color:
+
 # From: Mark Olesen & Thomas Dickey <dickey%clark.net@localhost> 13 Jul 1996
 # (untranslatable capabilities removed to fit entry within 1023 bytes)
 # (sgr removed to fit entry within 1023 bytes)



Home | Main Index | Thread Index | Old Index