Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux Can';无法获取我的.screenrc的正确格式_Linux_Gnu Screen_Screenrc - Fatal编程技术网

Linux Can';无法获取我的.screenrc的正确格式

Linux Can';无法获取我的.screenrc的正确格式,linux,gnu-screen,screenrc,Linux,Gnu Screen,Screenrc,这是我的屏幕。其目标是将客户端加载到最左边的面板中,宽度为85(在gnome终端中,仅供参考),下一部分将分为两部分,顶部和底部。两者都在两个不同的文件上运行尾部。最右边是另一条尾巴,占据了剩下的空间 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/

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

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
编辑:与此代码越来越接近,但仍然不正确