From: Simon Ruderich Date: Thu, 25 Jun 2009 13:04:14 +0000 (+0200) Subject: screenrc: Always display the caption. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e8a8bbafb4c8e67eda83a45173c68984a9c69b21;p=config%2Fdotfiles.git screenrc: Always display the caption. --- diff --git a/screenrc.in b/screenrc.in index 514b759..91e83d1 100644 --- a/screenrc.in +++ b/screenrc.in @@ -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"