#3.3
# Do not remove the above line. This screen rc file was updated
# by the newsyntax script.

# escape ^]; literal ^] is ^]^]
escape "^]^]"

# support kanji.  JIS encoding is always supported regardless this setting.
defkanji euc

# enable ISO-2022 sequences for all terminals
termcapinfo * G0

# do not delete status line, but clear the contents instead
termcapinfo kterm* ds=\E[?E

# customized underline and bold attributes
termcapinfo kterm*|xterm*|vt* us=\E[4;35m:ue=\E[m:md=\E[1;34m

# Unfortunately many xterm entries claim that xterm supports a hardstatus line.
termcapinfo xterm* hs@

# workaround bugs of OSF/1 terminfo database
terminfo kterm*|vs100*|xterm* DC=\E[%p1%dP

# automatically detach if attacher tty is lost
autodetach on

msgwait 3
msgminwait 0

defmonitor on
nethack on
vbell on

# destroy with ' ', resurrect with '^@' :-)
zombie ' '

# remove dangeous bindings
# kill
bind '^k'
bind 'k'
# quit
bind '^\'
bind '\\'

# rlogin setting escape character '&' (not background!)
bind '!' screen -ln -k libble ssh libble -e none
bind '@' screen -ln -k rabble rlogin rabble -e &
