From e0ea2d78a5d290d114c08068ce672ef2971e5d8c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 4 Jul 2009 00:30:16 +0200 Subject: [PATCH] screenrc: Color caption. --- screenrc.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/screenrc.in b/screenrc.in index 5c1b70c..b74e2c1 100644 --- a/screenrc.in +++ b/screenrc.in @@ -17,7 +17,10 @@ term screen-256color attrcolor b ".I" # Always display the caption. -caption always +caption always "%{= Bw}%3n %t" +# %{= Bw} - white on light blue background, also reset all attributes +# %3n - window number +# %t - window name # Always display the status line with open windows and the hostname. hardstatus alwayslastline "%w%=%l %H" # %w - number and names of windows -- 2.44.1