From: Simon Ruderich Date: Fri, 19 Jun 2009 20:14:41 +0000 (+0200) Subject: screenrc: Simplify hardstatus option. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=3da2662e60d2c147a0395dc3f5d798338ba6f0eb;p=config%2Fdotfiles.git screenrc: Simplify hardstatus option. No functional changes. --- diff --git a/screenrc.in b/screenrc.in index 05040cd..36f642f 100644 --- a/screenrc.in +++ b/screenrc.in @@ -16,9 +16,7 @@ term screen-256color # colors are switched. Thanks to http://www.frexx.de/xterm-256-notes/. attrcolor b ".I" -# Always display the status line. -hardstatus on -# Display the name of the window and the current hostname. +# Always display the status line with open windows and the hostname. hardstatus alwayslastline "%w%=%H" # Run urlview on current screen content. Very useful to follow links. Make