ฉันปิดแถบสถานะด้วยตัวเองเพราะนั่นไม่ใช่วิธีการจัดการหน้าจอที่มีหน้าต่างมากกว่า 40 หน้าต่าง การใช้ Ctrl-A + "จะเปิดรายการของหน้าจอทั้งหมดคุณสามารถตั้งชื่อหน้าต่างแต่ละหน้าต่างด้วย Ctrl-A + A. ฉันยังใช้. screenrc ที่กำหนดเองซึ่งเหนือสิ่งอื่นใดจะแสดงข้อความชื่อเชลล์ในรายการหน้าต่าง
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# tell screen how to set colors. AB = background, AF=foreground
#termcapinfo xterm 'ti=\E[?1049h:te=\E[?1049l'
#termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm:hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
termcapinfo xterm* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm:hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007:ti=\E[?1049h:te=\E[?1049l:XT'
termcapinfo screen* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm:hs:ts=\E]2;:fs=\E\\:ds=\E]2;screen\E\\:ti=\E[?1049h:te=\E[?1049l:XT'
# erase background with current bg color
defbce "on"
altscreen on
#hardstatus on
defscrollback 2000
multiuser on
hardstatus string "[%n%?: %t%?] %h"
windowlist string "%3n %t %h%=%f"