X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.screenrc;h=a085862f10c27b9c2382fc3b303694980a60e03b;hb=0a383f6b00492da3541c919768803cc4c41bbda9;hp=279a1204662c7f8e404802bc9e448b53ad9a309a;hpb=9179da7b2b377a8bd9992e00ad90a071febadb51;p=dotfiles.git diff --git a/.screenrc b/.screenrc index 279a120..a085862 100644 --- a/.screenrc +++ b/.screenrc @@ -90,11 +90,13 @@ termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 #hardstatus lastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" # status line at the bottom of terminal -# display numbers and titles: -# for inactive windows - black on cyan -# for active window - white on blue -hardstatus alwayslastline -hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" +# display window number, flags and title +# for inactive windows - black on yellow (brown) +# for active window - black on green +#hardstatus alwayslastline +#hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" + +caption always "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 termcapinfo xterm*|rxvt*|linux*|Eterm* OP @@ -116,7 +118,7 @@ termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' #termcapinfo rxvt* 'ti=\E7\E[?47h:te=\E[2J\E[?47l\E8' # Do not use the alternate screen at all -# run `tput smcup; screen -S test; tput rmcup` +# run `tput smcup; screen; tput rmcup` termcapinfo xterm*|rxvt* 'ti=:te=' # Enable non-blocking mode to better cope with flaky ssh connections.