screen
概要
とりあえず使ってみてください。
URL
Steve.org.uk: Terminal Screentscreen:改造版
インストール
fink install screen
設定
.screenrcというファイルをホームディレクトリに作成します。ぼくは以下の設定です。
#defencoding eucJP
escape ^z^z
startup_message off
vbell off
defutf8 on
hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w"
zshなら.zlogin に以下を記述する事でscreen実行状態でログイン
screen -xR
if [ $TERM != screen ]; then
exit
fi
tscreen
tscreenを入れてみた -おもしろWEBサービス開発日記
利用方法
参考サイト
naoyaのはてなダイアリー - GNU screenいろいろまとめ。
川o・-・)<2nd life - zsh + screenで端末に表示されてる文字列を補完する
screen - 仮想端末マネージャーの使い方 -iandeth.
その他
dvtm || dynamic virtual terminalmanager
