답변:
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"