From a54c1db8888e03844c9e07acb28f0b52b2f7d61f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 21 Feb 2016 21:55:46 +0300 Subject: [PATCH] .screenrc: explain caption colors --- .screenrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2