Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.9-rxvt-unicode-9.15.patch
Date: Wed, 29 Feb 2012 09:05:37
Message-Id: 20120229090527.83B152004C@flycatcher.gentoo.org
1 wired 12/02/29 09:05:27
2
3 Added: ncurses-5.9-rxvt-unicode-9.15.patch
4 Log:
5 updated rxvt-unicode terminfo. fixes bug #383871. acked by robbat2
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-libs/ncurses/files/ncurses-5.9-rxvt-unicode-9.15.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-rxvt-unicode-9.15.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-rxvt-unicode-9.15.patch?rev=1.1&content-type=text/plain
14
15 Index: ncurses-5.9-rxvt-unicode-9.15.patch
16 ===================================================================
17 Add rxvt-unicode terminfo, required by rxvt-unicode to function properly.
18
19 Providing this in ncurses makes it widely available, much better than having to
20 install rxvt-unicode everywhere.
21
22 http://bugs.gentoo.org/show_bug.cgi?id=192083
23
24 This patch uses the updated rxvt-unicode-9.15 terminfo
25 which includes 256 color support and fixes Gentoo bug 383871
26
27 http://bugs.gentoo.org/show_bug.cgi?id=383871
28
29 --- misc/terminfo.src
30 +++ misc/terminfo.src
31 @@ -4208,6 +4208,176 @@
32 rxvt-16color|xterm with 16 colors like aixterm,
33 ncv#32, use=ibm+16color, use=rxvt,
34
35 +# From: Thomas Dickey <dickey@×××××.net> 04 Oct 1997
36 +# Updated: Özgür Kesim <kesim@××××××××××××××.de> 02 Nov 1997
37 +# Updated: Marc Lehmann <schmorp@×××××××.de>, 17 Feb 2005
38 +# Updated: Marc Lehmann <schmorp@×××××××.de>, 04 Nov 2008: change init/reset sequences
39 +rxvt-unicode|rxvt-unicode terminal (X Window System),
40 + am,
41 + bce,
42 + eo,
43 + km,
44 + msgr,
45 + xenl,
46 + hs,
47 + cols#80,
48 + it#8,
49 + lines#24,
50 + acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~-A.B+C\,D0EhFiG,
51 + bel=^G,
52 + blink=\E[5m,
53 + bold=\E[1m,
54 + civis=\E[?25l,
55 + clear=\E[H\E[2J,
56 + cnorm=\E[?25h,
57 + cr=^M,
58 + csr=\E[%i%p1%d;%p2%dr,
59 + cub=\E[%p1%dD,
60 + cub1=^H,
61 + cud=\E[%p1%dB,
62 + cud1=^J,
63 + cuf=\E[%p1%dC,
64 + cuf1=\E[C,
65 + cup=\E[%i%p1%d;%p2%dH,
66 + cuu=\E[%p1%dA,
67 + cuu1=\E[A,
68 + cvvis=\E[?25h,
69 + dch=\E[%p1%dP,
70 + dch1=\E[P,
71 + dl=\E[%p1%dM,
72 + dl1=\E[M,
73 + ed=\E[J,
74 + el=\E[K,
75 + el1=\E[1K,
76 + flash=\E[?5h$<20/>\E[?5l,
77 + home=\E[H,
78 + hpa=\E[%i%p1%dG,
79 + ht=^I,
80 + hts=\EH,
81 + ich=\E[%p1%d@,
82 + ich1=\E[@,
83 + il=\E[%p1%dL,
84 + il1=\E[L,
85 + ind=^J,
86 + is1=\E[\041p,
87 + is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
88 + kDC=\E[3$,
89 + kIC=\E[2$,
90 + kEND=\E[8$,
91 + kHOM=\E[7$,
92 + kLFT=\E[d,
93 + kNXT=\E[6$,
94 + kPRV=\E[5$,
95 + kRIT=\E[c,
96 + kbs=\177,
97 + ka1=\EOw,
98 + ka3=\EOy,
99 + kb2=\EOu,
100 + kc1=\EOq,
101 + kc3=\EOs,
102 + kcbt=\E[Z,
103 + kcub1=\E[D,
104 + kcud1=\E[B,
105 + kcuf1=\E[C,
106 + kcuu1=\E[A,
107 + kdch1=\E[3~,
108 + kel=\E[8\^,
109 + kend=\E[8~,
110 + kent=\EOM,
111 + kf1=\E[11~,
112 + kf10=\E[21~,
113 + kf11=\E[23~,
114 + kf12=\E[24~,
115 + kf13=\E[25~,
116 + kf14=\E[26~,
117 + kf15=\E[28~,
118 + kf16=\E[29~,
119 + kf17=\E[31~,
120 + kf18=\E[32~,
121 + kf19=\E[33~,
122 + kf2=\E[12~,
123 + kf20=\E[34~,
124 + kf3=\E[13~,
125 + kf4=\E[14~,
126 + kf5=\E[15~,
127 + kf6=\E[17~,
128 + kf7=\E[18~,
129 + kf8=\E[19~,
130 + kf9=\E[20~,
131 + kfnd=\E[1~,
132 + khome=\E[7~,
133 + kich1=\E[2~,
134 + kmous=\E[M,
135 + knp=\E[6~,
136 + kpp=\E[5~,
137 + kslt=\E[4~,
138 + rc=\E8,
139 + rev=\E[7m,
140 + ri=\EM,
141 + rmso=\E[27m,
142 + rmul=\E[24m,
143 + rs1=\Ec,
144 + rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
145 + sgr0=\E[m\E(B,
146 + enacs=,
147 + smacs=\E(0,
148 + rmacs=\E(B,
149 + smso=\E[7m,
150 + smul=\E[4m,
151 + tbc=\E[3g,
152 + vpa=\E[%i%p1%dd,
153 + colors#88,
154 + pairs#7744,
155 + btns#5,
156 + lm#0,
157 + ccc,
158 + npc,
159 + mc5i,
160 + ncv#0,
161 + mir,
162 + xon,
163 + bw,
164 + ech=\E[%p1%dX,
165 + mc0=\E[i,
166 + mc4=\E[4i,
167 + mc5=\E[5i,
168 + sitm=\E[3m,
169 + ritm=\E[23m,
170 + smam=\E[?7h,
171 + rmam=\E[?7l,
172 + smir=\E[4h,
173 + rmir=\E[4l,
174 + smcup=\E[?1049h,
175 + rmcup=\E[r\E[?1049l,
176 + smkx=\E=,
177 + rmkx=\E>,
178 + indn=\E[%p1%dS,
179 + rin=\E[%p1%dT,
180 + 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%;,
181 + op=\E[39;49m,
182 + setaf=\E[38;5;%p1%dm,
183 + setab=\E[48;5;%p1%dm,
184 + setf=%?%p1%{7}%>%t\E[38;5;%p1%dm%e\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
185 + setb=%?%p1%{7}%>%t\E[48;5;%p1%dm%e\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
186 + initc=\E]4;%p1%d;rgb\:%p2%{65535}%*%{1000}%/%4.4X/%p3%{65535}%*%{1000}%/%4.4X/%p4%{65535}%*%{1000}%/%4.4X\E\\,
187 + sc=\E7,
188 + s0ds=\E(B,
189 + s1ds=\E(0,
190 + s2ds=\E*B,
191 + s3ds=\E+B,
192 + u6=\E[%i%d;%dR,
193 + u7=\E[6n,
194 + u8=\E[?1;2c,
195 + u9=\E[c,
196 + tsl=\E]2;,
197 + fsl=\007,
198 + dsl=\E]2;\007,
199 +
200 +rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System),
201 + colors#256,
202 + pairs#32767,
203 + use=rxvt-unicode,
204 +
205 # mrxvt 0.5.4
206 #
207 # mrxvt is based on rxvt 2.7.11, but has by default XTERM_FKEYS defined, which