From: Oleg Broytman Date: Sun, 21 Feb 2016 18:55:46 +0000 (+0300) Subject: .screenrc: explain caption colors X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a54c1db8888e03844c9e07acb28f0b52b2f7d61f .screenrc: explain caption colors --- diff --git a/.screenrc b/.screenrc index 3227dad..5e0864d 100644 --- a/.screenrc +++ b/.screenrc @@ -2,7 +2,10 @@ autodetach on # status line at the bottom of terminal -caption always "%{= cd}%-w%{= cb} %n %t %{-}%+w %-=" +# display numbers and titles: +# for inactive windows with default color (presumably black) on cyan +# for active windows with blue on cyan +caption always "%{= cd}%-w%{= cb}%n %t%{-}%+w %-=" deflogin on