Add .screenrc.
     3 #hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w"
 
     4 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
 
    10 bind s colon 'screen ssh -X '
 
    11 bind -c REGION 2 split
 
    12 bind -c REGION o focus
 
    14 bind -c REGION 0 remove
 
    15 bind x command -c REGION
 
    17 bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
 
    18 bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
 
    19 bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
 
    20 bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
 
    21 bind e command -c ENCODING