Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / slave / root / .screenrc
1 # Now, let's override with our customizations
2 vbell off
3 autodetach on
4 startup_message off
5 #msgwait 1
6 defutf8 on
7
8 # Turns off alternate screen switching in xterms,
9 # so that text in screen will go into the xterm's scrollback buffer:
10 #termcapinfo xterm* ti@:te@
11 #altscreen on
12
13 # Enable 256 color terminal
14 #attrcolor b ".I"
15 #termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
16 #defbce "on"
17
18 # Log 10000 lines
19 defscrollback 10000
20
21 # Monitor windows
22 #defmonitor on
23 #activity ""
24
25 #remove some stupid / dangerous key bindings
26 bind ^k
27 #bind L
28 bind ^\
29 #make them better
30 bind \\ quit
31 bind K kill
32 bind I login on
33 bind O login off
34 bind } history
35
36 # Status string, last line
37 hardstatus alwayslastline "%{r}%c%{k} | %{y}%n %t%{k} %?( %{b}%W%{k} )%? %=%{k}[%{m}%Y/%m/%d %{c}%H %{g}%l%{k}]"