Sample screenrc config file

# Scrolling buff
 altscreen on

caption always "%{= kG}%-Lw%{= kY} %n %t %{= kG}%+Lw%{= kc}"

# Putty fix

# term xterm

termcapinfo xterm ti@:te@

defscrollback 100000

 # Fancy
 vbell on
 vbell_msg "Wee~"
 hardstatus on
 hardstatus string '%{= kc}%H (%l) %-21=%{= .m}%D %d.%M.%Y %0c'

# Bind F11 and F12 (NOT F1 and F2) to previous and next screen window
 bindkey -k F1 prev
 bindkey -k F2 next

#bind ' ' windowlist -b

# for ctrl right and left arrows
bindkey ^[OD prev
bindkey ^[OC next
bindkey ^[OA focus up
bindkey ^[OB focus down

startup_message off
defutf8 on
setenv LC_CTYPE en_US.UTF-8