1 caption always "%{= ky}%H  %{= kc}%-Lw%{= br}%n %t%{= kc}%+Lw %=%{= g}%l"
 2 termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
 3 
 4 defscrollback 65536
 5 hardstatus lastline
 6 hardstatus string '%h%? users: %u%?'
 7 ignorecase on
 8 vbell off
 9 vbellwait 0
10 zombie ^C^R
11 
12 # The first window should be a login shell
13 deflogin on
14 shell -$SHELL
15 screen
16 
17 # Other windows are non-login shells
18 shell $SHELL
19 deflogin off