From b292f71c49b4222b34684aee44029ca2d6aeb4dd Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 20 Jul 2009 14:32:09 +0000 Subject: Add a status-justify option to allow the window list in the status line to be positioned at the left, centre, or right. --- tmux.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index c4841b8c..fc2f4c31 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit