]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Color caption.
authorSimon Ruderich <simon@ruderich.org>
Fri, 3 Jul 2009 22:30:16 +0000 (00:30 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 3 Jul 2009 22:30:16 +0000 (00:30 +0200)
screenrc.in

index 5c1b70c77be2a7cd0a8e65e0572d6b11e011da3f..b74e2c11ff007415a2b431c29a44a905f91eb7c2 100644 (file)
@@ -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