linux - Can't get the correct format for my .screenrc -


this .screenrc. goal, load client in furthest left panel width of 85 (in gnome-terminal, fyi), next section split in two, top , bottom. both running tail on 2 different files. , furthest right yet tail occupying whatever space left over.

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 

edit: getting closer code, still not right.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -