Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] screenrc configuration
Date: Thu, 07 Dec 2006 16:36:10
Message-Id: 200612071629.56594.michaelkintzios@gmail.com
1 Hi All,
2
3 Following a recent thread which touched upon the screen buffer I had another
4 look at my screenrc and I think that it needs improving. When I launch
5 screen I get an error message at the bottom of the terminal:
6
7 /etc/screenrc: termcapinfo: two or three arguments required
8
9 This is relevant entries of my /etc/screenrc:
10
11 # XTERM TWEAKS
12 # ===============================================================
13
14 # xterm understands both im/ic and doesn't have a status line.
15 # Note: Do not specify im and ic in the real termcap/info file as
16 # some programs (e.g. vi) will not work anymore.
17 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
18 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
19 termcap rxvt hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
20 terminfo rxvt hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
21
22
23 # 80/132 column switching must be enabled for ^AW to work
24 # change init sequence to not switch width
25 termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
26
27 # Make the output buffer large for (fast) xterms.
28 # termcapinfo xterm* OL=10000
29 termcapinfo xterm* OL=10000
30 termcapinfo rxvt* OL=2500
31
32 # tell screen that xterm can switch to dark background and has function
33 # keys.
34 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
35 termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
36 termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
37
38 # special xterm hardstatus: use the window title.
39 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
40 termcapinfo rxvt'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
41
42 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
43 termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
44 termcapinfo rxvt 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
45
46 # emulate part of the 'K' charset
47 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
48
49 # xterm-52 tweaks:
50 # - uses background color for delete operations
51 termcapinfo xterm* be
52
53 # Do not use xterm's alternative window buffer, it breaks scrollback (see bug
54 #61195)
55 termcapinfo xterm|xterms|xs ti@:te=\E[2J
56 termcapinfo rxvt ti@:te=\E[2J
57
58 # WYSE TERMINALS
59 # ===============================================================
60
61 #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff")
62 #essential to have it here, as this is a slow terminal.
63 termcapinfo wy75-42 xo:hs@
64
65 # New termcap sequences for cursor application mode.
66 termcapinfo wy*
67 CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J
68
69
70 # OTHER TERMINALS
71 # ===============================================================
72
73 # make hp700 termcap/info better
74 termcapinfo
75 hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
76
77 terminfo vt100*
78 ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
79 termcapinfo linux C8
80 # old rxvt versions also need this
81 # termcapinfo rxvt C8
82 --
83 Regards,
84 Mick

Replies

Subject Author
Re: [gentoo-user] screenrc configuration Hans-Werner Hilse <hilse@×××.de>