Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/screen/files: screenrc
Date: Sun, 02 Dec 2012 22:04:08
Message-Id: 20121202220357.61AB62171E@flycatcher.gentoo.org
1 swegener 12/12/02 22:03:57
2
3 Modified: screenrc
4 Log:
5 Use xterm* for bug #426224.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
8
9 Revision Changes Path
10 1.13 app-misc/screen/files/screenrc
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/files/screenrc?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/files/screenrc?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/files/screenrc?r1=1.12&r2=1.13
15
16 Index: screenrc
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/files/screenrc,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- screenrc 23 Jan 2011 20:14:43 -0000 1.12
23 +++ screenrc 2 Dec 2012 22:03:57 -0000 1.13
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 #
29 # /etc/screenrc
30 @@ -114,12 +114,12 @@
31 # xterm understands both im/ic and doesn't have a status line.
32 # Note: Do not specify im and ic in the real termcap/info file as
33 # some programs (e.g. vi) will not work anymore.
34 - termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
35 - terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
36 + termcap xterm* hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
37 + terminfo xterm* hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
38
39 # 80/132 column switching must be enabled for ^AW to work
40 # change init sequence to not switch width
41 - termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
42 + termcapinfo xterm* Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
43
44 # Make the output buffer large for (fast) xterms.
45 # termcapinfo xterm* OL=10000
46 @@ -127,25 +127,25 @@
47
48 # tell screen that xterm can switch to dark background and has function
49 # keys.
50 - termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
51 - termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
52 - termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
53 + termcapinfo xterm* 'VR=\E[?5h:VN=\E[?5l'
54 + termcapinfo xterm* 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
55 + termcapinfo xterm* 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
56
57 # special xterm hardstatus: use the window title.
58 - termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
59 + termcapinfo xterm* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
60
61 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
62 - termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
63 + termcapinfo xterm* 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
64
65 # emulate part of the 'K' charset
66 - termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
67 + termcapinfo xterm* 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
68
69 # xterm-52 tweaks:
70 # - uses background color for delete operations
71 termcapinfo xterm* be
72
73 # Do not use xterm's alternative window buffer, it breaks scrollback (see bug #61195)
74 - termcapinfo xterm|xterms|xs ti@:te=\E[2J
75 + termcapinfo xterm*|xs ti@:te=\E[2J
76
77 # WYSE TERMINALS
78 # ===============================================================