November 8, 2005

Screenrc - window title

hardstatus string "[screen %n%?: %t%?] %h"

November 6, 2005

My screenrc file

# kill startup message
startup_message off

# detach on hangup
autodetach on

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

# shell
shell -bash


# An alternative hardstatus to display a bar at the bottom listing the
# windownames and highlighting the current windowname in blue.
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.rW}%w %{.bW}%m/%d %C%a"