diff options
author | ache <ache@FreeBSD.org> | 2002-01-13 01:01:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-01-13 01:01:05 +0000 |
commit | d3725c9bff8c5f1ba4af4eb0e3e07d0de20d08e6 (patch) | |
tree | 63353bdfb25024516a36ccd232544c075c7de792 /share/termcap | |
parent | 7eccb0369db94eb59d60f8e4064d7997b99ae305 (diff) | |
download | FreeBSD-src-d3725c9bff8c5f1ba4af4eb0e3e07d0de20d08e6.zip FreeBSD-src-d3725c9bff8c5f1ba4af4eb0e3e07d0de20d08e6.tar.gz |
Add comment indicating that vtXXX-co* entries are for color-enabled terminal
emulators
Diffstat (limited to 'share/termcap')
-rw-r--r-- | share/termcap/termcap.src | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src index fb1ab24..e4ca4ba 100644 --- a/share/termcap/termcap.src +++ b/share/termcap/termcap.src @@ -2608,12 +2608,13 @@ df|vt520nam|vt520-nam|v520n|DEC VT520 with no automargins:\ :am@:tc=vt520: # +# For color-enabled terminal emulators # -vt100-color|vt100-co|vt100 with ANSI colors:\ +vt100-color|vt100-co|vt100 emulator with ANSI colors:\ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49;m:tc=vt100: -vt102-color|vt102-co|vt102 with ANSI colors:\ +vt102-color|vt102-co|vt102 emulator with ANSI colors:\ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49;m:tc=vt102: -vt220-color|vt220-co|vt220 with ANSI colors:\ +vt220-color|vt220-co|vt220 emulator with ANSI colors:\ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49;m:tc=vt220: # Attempt to save some of 1024 buf space vt320-co:\ @@ -2625,7 +2626,7 @@ vt340-co:\ vt340-color:\ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49;m:tc=vt340: # -# SC,SW names needed for screen(1) ache +# SC,SW names needed for screen(1) SC|screen|VT 100/ANSI X3.64 virtual terminal:\ :am:xn:ms:mi:G0:km:\ :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ |