term xterm defutf8 on defflow off vbell off autodetach on startup_message off # terminfo and termcap for nice 256 color terminal # allow bold colors - necessary for some reason attrcolor b ".I" # tell screen how to set colors. AB = background, AF=foreground termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # erase background with current bg color defbce "on" # make the shell in every window a login shell shell -$SHELL ################ # # default windows, change to suit your needs # screen screen screen select
-t work 0 -t shell 1 -t others 2 0
######## # # Hard status line hack # hardstatus alwaysignore hardstatus alwayslastline hardstatus string '%{Yk}%-w%{.Yk}%n %t%{-}%+w %=%{.w} %{kY}%C'