4 つ以上のタブがあるたびに、どのタブでアクティビティがあるかを知りたいと思っています。今までは、rxvt タブ システムの恩恵を受けていました。表示されていないがアクティビティがあるタブの横に * が表示されます。たとえば、IRC チャネルを使用している場合は非常に便利です。zsh/screen でどうすればできますか?
ここに私の .zshrc があります:
function precmd {
echo -ne "\033]83;title zsh\007"
}
function preexec {
local foo="$2 "
local bar=${${=foo}[1]}
echo -ne "\033]83;title $bar\007"
}
そして私の.screenrc
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
[...]
shell "/usr/bin/zsh"
aclchg :window: -rwx #?
aclchg :window: +x title