diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-20 14:32:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-20 14:32:09 +0000 |
commit | b292f71c49b4222b34684aee44029ca2d6aeb4dd (patch) | |
tree | 819115b78b93b6bd560de429d09caa36ee57199a /tmux.1 | |
parent | e32e0d569294ca7162f197cc7c369cd57050b193 (diff) | |
download | rtmux-b292f71c49b4222b34684aee44029ca2d6aeb4dd.tar.gz rtmux-b292f71c49b4222b34684aee44029ca2d6aeb4dd.tar.bz2 rtmux-b292f71c49b4222b34684aee44029ca2d6aeb4dd.zip |
Add a status-justify option to allow the window list in the status line to be
positioned at the left, centre, or right.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1262,6 +1262,11 @@ Update the status bar every seconds. By default, updates will occur every 15 seconds. A setting of zero disables redrawing at interval. +.It Xo Ic status-justify +.Op Ic left | Ic centre | Ic right +.Xc +Set the position of the window list component of the status line: left, centre +or right justified. .It Xo Ic status-keys .Op Ic vi | Ic emacs .Xc |