update rxvt-unicode terminfo
This commit is contained in:
parent
222499d84f
commit
8ce81936f5
@ -1,16 +1,18 @@
|
||||
diff -up ncurses-6.0-20150810/misc/terminfo.src.urxvt ncurses-6.0-20150810/misc/terminfo.src
|
||||
--- ncurses-6.0-20150810/misc/terminfo.src.urxvt 2015-07-25 21:27:20.000000000 +0200
|
||||
+++ ncurses-6.0-20150810/misc/terminfo.src 2015-08-12 17:31:25.257057040 +0200
|
||||
@@ -5214,6 +5214,173 @@ rxvt-cygwin-native|rxvt terminal emulato
|
||||
+++ ncurses-6.0-20150810/misc/terminfo.src 2015-08-12 17:38:46.050362567 +0200
|
||||
@@ -5214,6 +5214,175 @@ rxvt-cygwin-native|rxvt terminal emulato
|
||||
rxvt-16color|rxvt with 16 colors like aixterm,
|
||||
ncv#32, use=ibm+16color, use=rxvt,
|
||||
|
||||
+# rxvt-unicode
|
||||
+# http://cvs.schmorp.de/rxvt-unicode/doc/etc/rxvt-unicode.terminfo?revision=1.30
|
||||
+# http://cvs.schmorp.de/rxvt-unicode/doc/etc/rxvt-unicode.terminfo?revision=1.34
|
||||
+# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
|
||||
+# Updated: Özgür Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
|
||||
+# Updated: Marc Lehmann <schmorp@schmorp.de>, 17 Feb 2005
|
||||
+# Updated: Marc Lehmann <schmorp@schmorp.de>, 04 Nov 2008: change init/reset sequences
|
||||
+# Updated: Marc Lehmann <schmorp@schmorp.de>, 24 Nov 2014: implement cvvis as blinking cursor
|
||||
+# Updated: Marc Lehmann <schmorp@schmorp.de>, 13 Dec 2014: removed superfluous 0 from sgr
|
||||
+rxvt-unicode|rxvt-unicode terminal (X Window System),
|
||||
+ am,
|
||||
+ bce,
|
||||
@ -26,9 +28,10 @@ diff -up ncurses-6.0-20150810/misc/terminfo.src.urxvt ncurses-6.0-20150810/misc/
|
||||
+ bel=^G,
|
||||
+ blink=\E[5m,
|
||||
+ bold=\E[1m,
|
||||
+ civis=\E[?25l,
|
||||
+ clear=\E[H\E[2J,
|
||||
+ cnorm=\E[?25h,
|
||||
+ civis=\E[?25l,
|
||||
+ cnorm=\E[?12l\E[?25h,
|
||||
+ cvvis=\E[?12;25h,
|
||||
+ cr=^M,
|
||||
+ csr=\E[%i%p1%d;%p2%dr,
|
||||
+ cub=\E[%p1%dD,
|
||||
@ -40,7 +43,6 @@ diff -up ncurses-6.0-20150810/misc/terminfo.src.urxvt ncurses-6.0-20150810/misc/
|
||||
+ cup=\E[%i%p1%d;%p2%dH,
|
||||
+ cuu=\E[%p1%dA,
|
||||
+ cuu1=\E[A,
|
||||
+ cvvis=\E[?25h,
|
||||
+ dch=\E[%p1%dP,
|
||||
+ dch1=\E[P,
|
||||
+ dl=\E[%p1%dM,
|
||||
@ -152,7 +154,7 @@ diff -up ncurses-6.0-20150810/misc/terminfo.src.urxvt ncurses-6.0-20150810/misc/
|
||||
+ rmkx=\E>,
|
||||
+ indn=\E[%p1%dS,
|
||||
+ rin=\E[%p1%dT,
|
||||
+ sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
|
||||
+ sgr=\E[%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
|
||||
+ op=\E[39;49m,
|
||||
+ setaf=\E[38;5;%p1%dm,
|
||||
+ setab=\E[48;5;%p1%dm,
|
||||
|
Loading…
Reference in New Issue
Block a user