ijanos /.screenrc

# ------------------------
# SCREEN SETTINGS
# ------------------------

startup_message off

#defflow on # will force screen to process ^S/^Q
deflogin on
#autodetach off

# turn visual bell on
vbell on
vbell_msg "   Wuff  ----  Wuff!!  "

# define a bigger scrollback, default is 100 lines
defscrollback 1024

# ------------------------
# SCREEN KEYBINDINGS
# ------------------------

# Remove some stupid / dangerous key bindings
bind ^k
#bind L
bind ^\
# Make them better
bind \\ quit
bind K kill
bind I login on
bind O login off
bind } history

# An example of a "screen scraper" which will launch urlview on the current
# screen window
#
#bind ^B eval "hardcopy_append off" "hardcopy -h $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"

# ------------------------
# TERMINAL SETTINGS
# ------------------------

# The vt100 description does not mention "dl". *sigh*
#termcapinfo vt100 dl=5\E[M
#termcapinfo xterm

# turn sending of screen messages to hardstatus off
#hardstatus off
# Set the hardstatus prop on gui terms to set the titlebar/icon title
#termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007
# use this for the hard status string
#hardstatus string "%h%? users: %u%?"
hardstatus alwayslastline

hardstatus string '%{= bw}%?%-Lw%?%{kK}[%{W}%n*%f%t%?(%u)%?%{kK}]%{bw}%?%+Lw%? %= %{K}[%{W}%c%{K}]'



# set these terminals up to be 'optimal' instead of vt100
#termcapinfo xterm*|linux*|rxvt*|Eterm* OP

#termcapinfo rxvt ti@:te@
#termcapinfo rxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' 

# Change the xterm initialization string from is2=\E[!p\E[?3;4l\E[4l\E>
# (This fixes the "Aborted because of window size change" konsole symptoms found
#  in bug #134198)
#termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'

# To get screen to add lines to xterm's scrollback buffer, uncomment the
# following termcapinfo line which tells xterm to use the normal screen buffer
# (which has scrollback), not the alternate screen buffer.
#
termcapinfo xterm|urxvt|xterms|xs|rxvt ti@:te@
altscreen on

# --------------------------
# STARTUP SCREENS
# --------------------------
#
# screen -t monkey ssh monkey
# screen -t mail 8 mutt
# screen -t daemon 9 tail -f /var/log/daemon.log
# screen -t syslog 9 tail -f /var/log/syslog