~ cdcarter /.screenrc

Starts up my screen with irssi, bash, and irb running
# detach on hangup
autodetach on

# don't display the copyright page
startup_message off

# emulate .logout message
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."

termcapinfo  * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'

defhstatus "screen: ^En (^Et)"

defscrollback 1000


termcap  xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l

bind k
bind ^k
bind .
bind ^\
bind \\
bind ^h
bind h
#make them better
bind 'K' kill
bind 'I' login on
bind 'O' login off
bind '}' history

screen -t irssi irssi
screen -t bash
screen -t irb irb