#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'
#termcapinfo xterm-color|xterm-16color|xterm-88color|xterm-256color|rxvt* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# needed for correct info of colors
#term rxvt-256color
term screen-256color-bce

# erase background with current bg color
defbce "on"
#term xterm-256color
#term screen-256color
startup_message off

# enable logs (requires -L option call)
# update: /tmp writing requries username in filename
#logfile /tmp/.screen_logs.txt

#caption always "%{= KW}%-w%{= gW}%n %t%{-}%+w %-="
#hardstatus alwayslastline "%{= kW} %-= %{= kB}Session:%u%{= kW} %5` | %{= kB}Host:%{= kW} %H | %1` |%{= kB} MEM:%{= kW} %2`MB /%{= kB} SW: %{= kW}%3`MB | %4` %{= kR}Unread %{= kW}| %m/%d %c"

#caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-=   | %1` | %2`MB/%3`MB | %4` Unread | %m/%d %l:%M %p"
#vbell off

#Backticks to display information in status bar
#backtick 1 60 60 /home/eliveuser/bin/get_uptime
#backtick 2 60 60 /home/eliveuser/bin/get_freemem
#backtick 3 60 60 /home/eliveuser/bin/get_freeswap
#backtick 5 60 60 /home/eliveuser/bin/get_sessionname

defscrollback 50000
#screen -t root 0 sudo -s
#screen -t shell 1 bash
#screen -t shell 2 bash
#screen -t shell 3 bash
#screen -t shell 4 bash
#screen -t shell 5 bash
#screen -t shell 6  bash
#screen -t shell 7  bash
##screen -t irc 8 irssi
#screen -t home 9 bash
#select 1

