]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - screen/patches/screen-4.0.3-screenrc.patch
libunistring: Update to version 0.9.6
[people/amarx/ipfire-3.x.git] / screen / patches / screen-4.0.3-screenrc.patch
CommitLineData
6580a72d
MT
1diff -up screen-4.0.3/etc/etcscreenrc.screenrc screen-4.0.3/etc/etcscreenrc
2--- screen-4.0.3/etc/etcscreenrc.screenrc 2003-12-05 14:46:13.000000000 +0100
3+++ screen-4.0.3/etc/etcscreenrc 2009-09-25 14:20:31.000000000 +0200
4@@ -55,15 +55,15 @@ terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%
5 #xterm understands both im/ic and doesn't have a status line.
6 #Note: Do not specify im and ic in the real termcap/info file as
7 #some programs (e.g. vi) will (no,no, may (jw)) not work anymore.
8-termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
9-terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
10+#termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
11+#terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
12
13 # Long time I had this in my private screenrc file. But many people
14 # seem to want it (jw):
15 # we do not want the width to change to 80 characters on startup:
16 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
17-termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
18-terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
19+#termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
20+#terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
21
22 #
23 # Do not use xterms alternate window buffer.
24diff -up screen-4.0.3/etc/screenrc.screenrc screen-4.0.3/etc/screenrc
25--- screen-4.0.3/etc/screenrc.screenrc 2006-10-23 15:06:32.000000000 +0200
26+++ screen-4.0.3/etc/screenrc 2009-09-25 14:31:30.000000000 +0200
27@@ -1,21 +1,11 @@
28-#
29-# Example of a user's .screenrc file
30-#
31-
32 # This is how one can set a reattach password:
33 # password ODSJQf.4IJN7E # "1234"
34
35-# no annoying audible bell, please
36-vbell on
37-
38-# detach on hangup
39-autodetach on
40-
41 # don't display the copyright page
42 startup_message off
43
44 # emulate .logout message
45-pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
46+pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended."
47
48 # advertise hardstatus support to $TERMCAP
49 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
50@@ -40,18 +30,12 @@ defscrollback 1000
51
52 ################
53 #
54-# xterm tweaks
55+# more xterm tweaks
56 #
57
58-#xterm understands both im/ic and doesn't have a status line.
59-#Note: Do not specify im and ic in the real termcap/info file as
60-#some programs (e.g. vi) will not work anymore.
61-termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
62-terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
63-
64 #80/132 column switching must be enabled for ^AW to work
65 #change init sequence to not switch width
66-termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
67+#termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
68
69 # Make the output buffer large for (fast) xterms.
70 #termcapinfo xterm* OL=10000
71@@ -60,14 +44,14 @@ termcapinfo xterm* OL=100
72 # tell screen that xterm can switch to dark background and has function
73 # keys.
74 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
75-termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
76-termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
77+#termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
78+#termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
79
80 # special xterm hardstatus: use the window title.
81 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
82
83 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
84-termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
85+#termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
86
87 # emulate part of the 'K' charset
88 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
89@@ -103,32 +87,12 @@ termcapinfo linux C8
90 # old rxvt versions also need this
91 # termcapinfo rxvt C8
92
93-
94-################
95-#
96-# keybindings
97-#
98-
99-#remove some stupid / dangerous key bindings
100-bind k
101-bind ^k
102-bind .
103-bind ^\
104-bind \\
105-bind ^h
106-bind h
107-#make them better
108-bind 'K' kill
109-bind 'I' login on
110-bind 'O' login off
111-bind '}' history
112-
113 # Yet another hack:
114 # Prepend/append register [/] to the paste if ^a^] is pressed.
115 # This lets me have autoindent mode in vi.
116-register [ "\033:se noai\015a"
117-register ] "\033:se ai\015a"
118-bind ^] paste [.]
119+#register [ "\033:se noai\015a"
120+#register ] "\033:se ai\015a"
121+#bind ^] paste [.]
122
123 ################
124 #
125@@ -140,9 +104,14 @@ bind ^] paste [.]
126 # screen -t 40 2 rlogin server
127
128 # caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
129+## alternative caption, gives window list, LOGNAME and current date:
130+# caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c"
131 # hardstatus alwaysignore
132 # hardstatus alwayslastline "%Lw"
133
134+# Red Hat's normal status line
135+hardstatus string "[screen %n%?: %t%?] %h"
136+
137 # bind = resize =
138 # bind + resize +1
139 # bind - resize -1