summaryrefslogtreecommitdiffstats
path: root/share/termcap
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-01-09 13:13:51 +0000
committernectar <nectar@FreeBSD.org>2002-01-09 13:13:51 +0000
commit3c28c6904f49f80ea5aecabe99bd3c14c654aeb3 (patch)
tree885c078ef0bb0a9648c7d065bd01ab6748ba8880 /share/termcap
parentb1e4a2fde15ab840a49ebd4487d4edb85c367749 (diff)
downloadFreeBSD-src-3c28c6904f49f80ea5aecabe99bd3c14c654aeb3.zip
FreeBSD-src-3c28c6904f49f80ea5aecabe99bd3c14c654aeb3.tar.gz
Fix the rxvt termcap entry:
= Get the alternate character set capabilities right. = Enable color support for `rxvt'. = Add `rxvt-mono' for no color support. Approved by: ache
Diffstat (limited to 'share/termcap')
-rw-r--r--share/termcap/termcap.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src
index 271a3b1..63488fb 100644
--- a/share/termcap/termcap.src
+++ b/share/termcap/termcap.src
@@ -4261,12 +4261,13 @@ pi|pilot|tgtelnet:am:xn:bs:co#39:li#16:cl=\Ec:cm=\Em%+ %+ :ho=\Em :nw=\Em~ :\
# Termcap entry for rxvt, taken from the sources of rxvt-2.6.3
# with additional @7 capability to make END work correctly.
# From Giorgos Keramidas <charon@labs.gr>
-rxvt|rxvt terminal emulator (X Window System):\
+# Fix alternate character set capabilities (ae, as) -- nectar@freebsd.org
+rxvt-mono|rxvt terminal emulator (monochrome) (X Window System):\
:am:eo:km:mi:ms:xn:xo:\
:co#80:it#8:li#24:\
:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
- :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
+ :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G: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:ei=\E[4l:\
:ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
@@ -4280,6 +4281,9 @@ rxvt|rxvt terminal emulator (X Window System):\
:te=\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
+rxvt|rxvt terminal emulator (X Window System):\
+ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=rxvt-mono:
+
# Termcap entry for Eterm, taken from the sources of Eterm-0.9.1
# From Jeremy Norris <ishmael27@home.com>
Eterm|Eterm-color|Eterm with xterm-style color support (X Window System):\
OpenPOWER on IntegriCloud