Mercurial > index.cgi > dotfiles
comparison .screen/cses13 @ 151:e255f524fcc9
Merging into default
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Thu, 09 Mar 2017 20:16:33 -0500 |
parents | 5b7d42a446c3 |
children |
comparison
equal
deleted
inserted
replaced
150:4415fc6f262f | 151:e255f524fcc9 |
---|---|
1 # $Id$ | |
2 | |
3 vbell off | |
4 bell_msg "^GBell in window %n" | |
5 defnonblock 5 | |
6 nethack on | |
7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " | |
8 hardstatus alwayslastline | |
9 activity "^GActivity in window %n" | |
10 | |
11 screen -t syslog 0 | |
12 stuff 'su | |
13 ' | |
14 | |
15 screen -t root 1 | |
16 stuff 'su | |
17 ' | |
18 | |
19 screen -t orbital 2 | |
20 stuff 'r orbital | |
21 ' | |
22 | |
23 screen -t pbstops 3 | |
24 stuff 'screen -c .screenrc.pbstops -S pbstop | |
25 ' | |
26 | |
27 screen -t adroit 4 | |
28 stuff 'r adroit | |
29 ' | |
30 | |
31 screen -t della 5 | |
32 stuff 'r della | |
33 ' | |
34 | |
35 screen -t tukey 6 | |
36 stuff 'r tukey | |
37 ' | |
38 | |
39 screen -t hecate-smn 7 | |
40 stuff 'r hecate-smn | |
41 ' | |
42 | |
43 screen -t hecate 8 | |
44 stuff 'r hecate | |
45 ' | |
46 | |
47 screen -t tiger 9 | |
48 stuff 'r tiger | |
49 ' | |
50 | |
51 select 0 | |
52 | |
53 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | |
54 # with a few lines commented out so they don't interfere with the above. One | |
55 # note, the 'deflogin' setting causes a complaint on Macs because they don't | |
56 # use it; but it's only when one starts a screen, and only for a second or | |
57 # two. | |
58 | |
59 # | |
60 # This is an example for the global screenrc file. | |
61 # You may want to install this file as /usr/local/etc/screenrc. | |
62 # Check config.h for the exact location. | |
63 # | |
64 # Flaws of termcap and standard settings are done here. | |
65 # | |
66 | |
67 #startup_message off | |
68 | |
69 #defflow on # will force screen to process ^S/^Q | |
70 | |
71 deflogin on | |
72 #autodetach off | |
73 | |
74 #vbell on | |
75 #vbell_msg " Wuff ---- Wuff!! " | |
76 | |
77 # all termcap entries are now duplicated as terminfo entries. | |
78 # only difference should be the slightly modified syntax, and check for | |
79 # terminfo entries, that are already corected in the database. | |
80 # | |
81 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE | |
82 # WS this sequence resizes our window. | |
83 # cs this sequence changes the scrollregion | |
84 # hs@ we have no hardware statusline. screen will only believe that | |
85 # there is a hardware status line if hs,ts,fs,ds are all set. | |
86 # ts to statusline | |
87 # fs from statusline | |
88 # ds delete statusline | |
89 # al add one line | |
90 # AL add multiple lines | |
91 # dl delete one line | |
92 # DL delete multiple lines | |
93 # ic insert one char (space) | |
94 # IC insert multiple chars | |
95 # nx terminal uses xon/xoff | |
96 | |
97 termcap facit|vt100|xterm LP:G0 | |
98 terminfo facit|vt100|xterm LP:G0 | |
99 | |
100 #the vt100 description does not mention "dl". *sigh* | |
101 termcap vt100 dl=5\E[M | |
102 terminfo vt100 dl=5\E[M | |
103 | |
104 #facit's "al" / "dl" are buggy if the current / last line | |
105 #contain attributes... | |
106 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@ | |
107 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@ | |
108 | |
109 #make sun termcap/info better | |
110 termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt' | |
111 terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>' | |
112 | |
113 #xterm understands both im/ic and doesn't have a status line. | |
114 #Note: Do not specify im and ic in the real termcap/info file as | |
115 #some programs (e.g. vi) will (no,no, may (jw)) not work anymore. | |
116 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | |
117 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | |
118 | |
119 # Long time I had this in my private screenrc file. But many people | |
120 # seem to want it (jw): | |
121 # we do not want the width to change to 80 characters on startup: | |
122 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: | |
123 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | |
124 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | |
125 | |
126 # | |
127 # Do not use xterms alternate window buffer. | |
128 # This one would not add lines to the scrollback buffer. | |
129 #termcap xterm|xterms|xs ti=\E7\E[?47l | |
130 #terminfo xterm|xterms|xs ti=\E7\E[?47l | |
131 | |
132 #make hp700 termcap/info better | |
133 termcap 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@' | |
134 terminfo 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@' | |
135 | |
136 #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff") | |
137 #(nowadays: nx = padding doesn't work, have to use xon/off) | |
138 #essential to have it here, as this is a slow terminal. | |
139 termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | |
140 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | |
141 | |
142 #remove some stupid / dangerous key bindings | |
143 bind ^x | |
144 bind x | |
145 bind ^k | |
146 #bind L | |
147 bind ^\ | |
148 #make them better | |
149 bind \\ quit | |
150 bind K kill | |
151 #bind I login on | |
152 #bind O login off | |
153 bind } history | |
154 bind X lockscreen | |
155 # | |
156 # Example of a user's .screenrc file | |
157 # | |
158 | |
159 # This is how one can set a reattach password: | |
160 # password ODSJQf.4IJN7E # "1234" | |
161 | |
162 # no annoying audible bell, please | |
163 #vbell on | |
164 | |
165 # detach on hangup | |
166 autodetach on | |
167 | |
168 # don't display the copyright page | |
169 startup_message off | |
170 | |
171 # emulate .logout message | |
172 pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended." | |
173 | |
174 # advertise hardstatus support to $TERMCAP | |
175 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\' | |
176 | |
177 # make the shell in every window a login shell | |
178 #shell -$SHELL | |
179 | |
180 # autoaka testing | |
181 # shellaka '> |tcsh' | |
182 # shellaka '$ |sh' | |
183 | |
184 # set every new windows hardstatus line to somenthing descriptive | |
185 # defhstatus "screen: ^En (^Et)" | |
186 | |
187 defscrollback 1000 | |
188 | |
189 # don't kill window after the process died | |
190 # zombie "^[" | |
191 | |
192 # enable support for the "alternate screen" capability in all windows | |
193 # altscreen on | |
194 | |
195 ################ | |
196 # | |
197 # xterm tweaks | |
198 # | |
199 | |
200 #xterm understands both im/ic and doesn't have a status line. | |
201 #Note: Do not specify im and ic in the real termcap/info file as | |
202 #some programs (e.g. vi) will not work anymore. | |
203 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | |
204 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | |
205 | |
206 #80/132 column switching must be enabled for ^AW to work | |
207 #change init sequence to not switch width | |
208 termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l | |
209 | |
210 # Make the output buffer large for (fast) xterms. | |
211 #termcapinfo xterm* OL=10000 | |
212 termcapinfo xterm* OL=100 | |
213 | |
214 # tell screen that xterm can switch to dark background and has function | |
215 # keys. | |
216 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l' | |
217 termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~' | |
218 termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~' | |
219 | |
220 # special xterm hardstatus: use the window title. | |
221 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' | |
222 | |
223 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l' | |
224 termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l' | |
225 | |
226 # emulate part of the 'K' charset | |
227 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337' | |
228 | |
229 # xterm-52 tweaks: | |
230 # - uses background color for delete operations | |
231 termcapinfo xterm* be | |
232 | |
233 ################ | |
234 # | |
235 # wyse terminals | |
236 # | |
237 | |
238 #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff") | |
239 #essential to have it here, as this is a slow terminal. | |
240 termcapinfo wy75-42 xo:hs@ | |
241 | |
242 # New termcap sequences for cursor application mode. | |
243 termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J | |
244 | |
245 ################ | |
246 # | |
247 # other terminals | |
248 # | |
249 | |
250 # make hp700 termcap/info better | |
251 termcapinfo 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@' | |
252 | |
253 # Extend the vt100 desciption by some sequences. | |
254 termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC | |
255 terminfo vt100* 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 | |
256 termcapinfo linux C8 | |
257 # old rxvt versions also need this | |
258 # termcapinfo rxvt C8 | |
259 | |
260 | |
261 ################ | |
262 # | |
263 # keybindings | |
264 # | |
265 | |
266 #remove some stupid / dangerous key bindings | |
267 bind k | |
268 bind ^k | |
269 bind . | |
270 bind ^\ | |
271 bind \\ | |
272 bind ^h | |
273 bind h | |
274 #make them better | |
275 bind 'K' kill | |
276 #bind 'I' login on | |
277 #bind 'O' login off | |
278 bind '}' history | |
279 | |
280 # Yet another hack: | |
281 # Prepend/append register [/] to the paste if ^a^] is pressed. | |
282 # This lets me have autoindent mode in vi. | |
283 #register [ "\033:se noai\015a" | |
284 #register ] "\033:se ai\015a" | |
285 #bind ^] paste [.] | |
286 | |
287 ################ | |
288 # | |
289 # default windows | |
290 # | |
291 | |
292 # screen -t local 0 | |
293 # screen -t mail 1 mutt | |
294 # screen -t 40 2 rlogin server | |
295 | |
296 # caption always "%3n %t%? @%u%?%? [%h]%?%=%c" | |
297 ## alternative caption, gives window list, LOGNAME and current date: | |
298 # caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c" | |
299 # hardstatus alwaysignore | |
300 # hardstatus alwayslastline "%Lw" | |
301 | |
302 # Red Hat's normal status line | |
303 #hardstatus string "[screen %n%?: %t%?] %h" | |
304 | |
305 # bind = resize = | |
306 # bind + resize +1 | |
307 # bind - resize -1 | |
308 # bind _ resize max | |
309 # | |
310 # defnonblock 1 | |
311 # blankerprg rain -d 100 | |
312 # idle 30 blanker |