screenを調べてみると、
黒い画面がタブ化されるようなものと勝手に解釈する。
結構便利じゃん。

■参考にしたサイト
*さくらインターネットにemacs,zsh,screenをインストールする
http://d.hatena.ne.jp/aircastle/20071209/1197144758

% mkdir $HOME/local/screen
% cd ~/tmp
% wget ftp://www.dekaino.net/pub/screen/screen-4.0.3.tar.gz
% tar xvfz screen-4.0.3.tar.gz
% cd screen-4.0.3
% ./configure --prefix=$HOME/local/screen
% make
% make install

まんまコピペしたら綺麗にインストールされた。
Now please check the pathnames in the Makefile and in the user
configuration section in config.h.
Then type 'make' to make screen. Good luck.

■これ関連する悩み
emacsと同じ。screenと打っても何もおこらない。
-bash: screen: command not found

どうやらこのままだと動かないっぽい。pathを通さなきゃ。しらんけど。
でも、.zshrcというファイルにpathを書かなきゃダメだけど、
shellが違うの?ナニソレおいしいの?

こうなったらzshも入れてみぜぇ!