1

这是我的 .screenrc。目标是在最左边的面板中加载客户端,宽度为 85(在 gnome-terminal 中,仅供参考),下一部分将分为顶部和底部两部分。两者都在两个不同的文件上运行。最右边将是另一条尾巴,占据剩余的任何空间。

startup_message off

term screen-256color
screen -t TinTin++ 0  bash
select TinTin++
split -v
focus down
screen -t Map 1 tail -f -s .01 $HOME/tintin/minimap
select tail
split -v
focus down
screen -t Group 2 tail -f $HOME/tintin/group
select Group
split
focus down
screen -t Chats 3 tail -f $HOME/tintin/Aardwolf-chats
select Chats
focus down
select TinTin++
altscreen on

编辑:越来越接近这段代码,但仍然不对。

4

0 回答 0