.screenrcに追記
startup_message off
defencoding eucJP
escape ^z^z
vbell off
caption always "%{=b b} %-w%{=bu rw}%n %t%{-}%+w %= %{=b b}%c %{=b b}%y/%m/%d(%D)"
bind l windowlist
defscrollback 2048
.bashrcに追記
alias screen='screen -U -D -RR'
startup_message off
defencoding eucJP
escape ^z^z
vbell off
caption always "%{=b b} %-w%{=bu rw}%n %t%{-}%+w %= %{=b b}%c %{=b b}%y/%m/%d(%D)"
bind l windowlist
defscrollback 2048
.bashrcに追記
alias screen='screen -U -D -RR'