#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
+# 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 %-="
#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.