aboutsummaryrefslogtreecommitdiffstats
path: root/screenrc
blob: 41d21bbe3c646349c2e4f5c8f6e3fa40ce31f159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
caption always "%{= ky}%H  %{= kc}%-Lw%{= br}%n %t%{= kc}%+Lw %=%{= g}%l"
termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'

defscrollback 65536
hardstatus lastline
hardstatus string '%h%? users: %u%?'
ignorecase on
vbell off
vbellwait 0
zombie ^C^R

# The first window should be a login shell
deflogin on
shell -$SHELL
screen

# Other windows are non-login shells
shell $SHELL
deflogin off