# Tomi's screenrc escape ^Tt startup_message off defutf8 on defmonitor on defscrollback 3000 autodetach on vbell off bell 'bell in window %n: %t' msgwait 1 hardcopy_append on hardstatus on hardstatus alwayslastline "%{= wk}%-w%{= Bw} %n %t %{-}%+w %= [%H] %m/%d %c%{-}" termcapinfo xterm off termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' screen -t root 1 screen 2 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" 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'