]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Document hardstatus.
authorSimon Ruderich <simon@ruderich.org>
Tue, 30 Jun 2009 23:05:03 +0000 (01:05 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 30 Jun 2009 23:05:03 +0000 (01:05 +0200)
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.