update changelog
[debian6500.git] / master / opt / cluster / slave / root / .screenrc
CommitLineData
4e802319 1# Now, let's override with our customizations
2vbell off
3autodetach on
4startup_message off
5#msgwait 1
6defutf8 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
19defscrollback 10000
20
21# Monitor windows
22#defmonitor on
23#activity ""
24
25#remove some stupid / dangerous key bindings
26bind ^k
27#bind L
28bind ^\
29#make them better
30bind \\ quit
31bind K kill
32bind I login on
33bind O login off
34bind } history
35
36# Status string, last line
37hardstatus alwayslastline "%{r}%c%{k} | %{y}%n %t%{k} %?( %{b}%W%{k} )%? %=%{k}[%{m}%Y/%m/%d %{c}%H %{g}%l%{k}]"