diff -r 5771d060b6cb -r a67b577d427b .screenrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.screenrc Thu Dec 31 21:44:59 2009 +0900 @@ -0,0 +1,21 @@ +defencoding eucJP +escape ^t^t +#hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w" +hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<" +startup_message off +autodetach on +vbell off +shell zsh + +bind s colon 'screen ssh -X ' +bind -c REGION 2 split +bind -c REGION o focus +bind -c REGION 1 only +bind -c REGION 0 remove +bind x command -c REGION + +bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"' +bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"' +bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"' +bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"' +bind e command -c ENCODING