diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-01 02:04:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-01 02:04:42 +0000 |
commit | 5734f78aa3140dfcc6953d0eca6352270a84aa50 (patch) | |
tree | 133288e267f742c143b64987e53823bfc0832e63 /share/termcap | |
parent | 685f567d90be48bf7098f3e05963063c3c98c3bb (diff) | |
download | FreeBSD-src-5734f78aa3140dfcc6953d0eca6352270a84aa50.zip FreeBSD-src-5734f78aa3140dfcc6953d0eca6352270a84aa50.tar.gz |
Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restore
the pre-run screen.
Desired by: alfred, peter, mini
Diffstat (limited to 'share/termcap')
-rw-r--r-- | share/termcap/termcap.src | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src index 60de214..ea4495b 100644 --- a/share/termcap/termcap.src +++ b/share/termcap/termcap.src @@ -2810,9 +2810,12 @@ xnoapp|xterm-noapp|xterm with cursor keys in normal mode:\ # XFree86 and and rxvt, some applications that use colors will be less # efficient, and in a few special cases (with "smart" optimization) the wrong # color will be painted in spots. -vc|xterm-color|generic "ANSI" color xterm:\ +vc|generic "ANSI" color xterm:\ :Co#8:NC@:pa#64:op=\E[m:AB=\E[4%dm:AF=\E[3%dm:ac@:tc=xterm-r6: # +xterm-color|xterm-co|xterm with ANSI colors:\ + :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=xterm: +# # These aliases are for compatibility with the terminfo; termcap cannot provide # the extra features, but termcap applications still want the names. x1|xterm-16color|xterm alias 1:tc=xterm-xfree86: |