# Tomi's screenrc escape ^Tt startup_message off defmonitor on autodetach on defscrollback 3000 vbell off hardcopy_append on msgwait 1 hardstatus on hardstatus alwayslastline "%{= wk}%-w%{= Bw} %n %t %{-}%+w %= [%H] %m/%d %c%{-}" termcapinfo xterm off screen 1 bind c eval 'screen 1' 'title' "stuff ''" bind u eval 'screen 1' 'encoding utf8' "!!!echo 'export LANG=ja_JP.UTF-8'" 'title' "stuff ''" bind ^u eval 'encoding utf8' "!!!echo 'export LANG=ja_JP.UTF-8'" bind U eval 'encoding utf8' "!!!echo 'export LANG=ja_JP.UTF-8'" bind e eval 'screen 1' 'encoding eucJP' "!!!echo 'export LANG=ja_JP.EUC-JP'" 'title' "stuff ''" bind E eval 'encoding eucJP' "!!!echo 'export LANG=ja_JP.EUC-JP'" bind ^e eval 'encoding eucJP' "!!!echo 'export LANG=ja_JP.EUC-JP'" bind i eval 'title' "stuff ''" 'info' bind ^t next bind w windowlist -b bind ^w windowlist -b bind s eval 'split' 'focus' 'screen 1' bind q only bind l eval "source $HOME/.screenrc" "redisplay" bind . eval "source $HOME/.screenrc" "redisplay" "fit" # thk: http://www.rubyist.net/~rubikitch/computer/screen/#label:11 bind ^r eval 'echo "Resize window"' 'command -c resize' bind -c resize ^] command bind -c resize M eval 'resize +1' 'command -c resize' bind -c resize m eval 'resize -1' 'command -c resize'