From: Simon Ruderich Date: Fri, 3 Jul 2009 22:30:16 +0000 (+0200) Subject: screenrc: Color caption. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e0ea2d78a5d290d114c08068ce672ef2971e5d8c;p=config%2Fdotfiles.git screenrc: Color caption. --- 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