aboutsummaryrefslogtreecommitdiffstats
path: root/screenrc
blob: 9717ec16a2f21628d6e0a06b67d9e3593730aff0 (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%f %t%{= kc}%+Lw %=%{= kg}%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