]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc.in
screenrc: Document hardstatus.
[config/dotfiles.git] / screenrc.in
index 91e83d19bf29b3ec64387dd0447a3a3d7e854fcc..5c1b70c77be2a7cd0a8e65e0572d6b11e011da3f 100644 (file)
@@ -20,6 +20,10 @@ attrcolor b ".I"
 caption always
 # Always display the status line with open windows and the hostname.
 hardstatus alwayslastline "%w%=%l %H"
+# %w - number and names of windows
+# %= - right align the following text
+# %l - load average
+# %H - hostname
 
 # Run urlview on current screen content. Very useful to follow links. Make
 # sure hardcopy_append is off before using this command.