~ StatC /.screenrc

My ~/.screenrc with some windows opening at screen startup and color support
# 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"

# color support
termcap xterm-256color ""
# disable the startup splash message that screen displays on startup
startup_message off
# the following lines are just to open and title several screen windows that i use throughout the day
screen -t 1
screen -t 2
screen -t 3
screen -t man
screen -t player
screen -t root su
# these last 2 lines are to set the focus on startup (which screen window we look at when screen finishes starting)
focus
select 0
Your Ad Here