]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Always display the caption.
authorSimon Ruderich <simon@ruderich.org>
Thu, 25 Jun 2009 13:04:14 +0000 (15:04 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 25 Jun 2009 13:04:14 +0000 (15:04 +0200)
screenrc.in

index 514b759306ff843fd6e35f8db6f1b2ae0ad95754..91e83d19bf29b3ec64387dd0447a3a3d7e854fcc 100644 (file)
@@ -16,6 +16,8 @@ term screen-256color
 # colors are switched. Thanks to http://www.frexx.de/xterm-256-notes/.
 attrcolor b ".I"
 
+# Always display the caption.
+caption always
 # Always display the status line with open windows and the hostname.
 hardstatus alwayslastline "%w%=%l %H"