dot-screenrc

#kill screen's startup message 
# startup_message off
 
# define a bigger scrollback, default is 100 lines 
defscrollback 1024
 
# An alternative hardstatus to display a bar at the bottom listing the 
# window names and highlighting the current window name in blue.  
hardstatus on 
hardstatus alwayslastline 
hardstatus string "%{.yW}%-w%{.gW}%n %t%{-}%+w %=%{..G} %H %{..Y} %c "
 
# Execute .bash_profile on startup 
# shell -$SHELL
 
escape ^pp