Delete unused ESC chars. Defenconding is changed to Shift JIS.
1.1 --- a/.screenrc Fri Jan 22 12:18:38 2010 +0900
1.2 +++ b/.screenrc Fri Jan 22 18:34:50 2010 +0900
1.3 @@ -1,4 +1,4 @@
1.4 -defencoding eucJP
1.5 +defencoding SJIS
1.6 escape ^t^t
1.7 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<"
1.8 startup_message off
1.9 @@ -12,8 +12,8 @@
1.10 bind -c REGION 0 remove
1.11 bind x command -c REGION
1.12
1.13 -bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
1.14 -bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
1.15 -bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
1.16 -bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
1.17 +bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"'
1.18 +bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"'
1.19 +bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"'
1.20 +bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"'
1.21 bind e command -c ENCODING