Hints/.screenrc
From Gainesville Ruby Users Group wiki
Set command character to Ctrl-] :
escape ^]]
Disable annoying visual bell ("Wuff ---- Wuff!!"):
vbell off
defscrollback 100000
Christian's (vK) .screenrc
escape ^]]
startup_message off
defflow auto
defscrollback 5000
altscreen on
autodetach on
msgwait 3
#change the hardstatus settings to
#give an window list at the bottom of the
#screen, with the time and date and with the current window highlighted
defutf8 on
hardstatus alwayslastline
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}'
startup_message off

