aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-03-11 06:41:04 +0000
committernicm <nicm>2021-03-11 06:41:04 +0000
commit3eb91efba160eff0b077a5fee902edb632f7fdca (patch)
tree790d6916f3b921043d6b9e5408e3b9a2b3f377c2 /tmux.1
parentd98f9f7fe56beefeb294184ffaed24b7ea510a97 (diff)
downloadrtmux-3eb91efba160eff0b077a5fee902edb632f7fdca.tar.gz
rtmux-3eb91efba160eff0b077a5fee902edb632f7fdca.tar.bz2
rtmux-3eb91efba160eff0b077a5fee902edb632f7fdca.zip
Add an "absolute-centre" alignment to use the centre of the total space
instead of only the available space. From Magnus Gross in GitHub issue 2578.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index da3c0e42..5c516fdb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3815,10 +3815,11 @@ 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 | centre | right
+.Op Ic left | centre | right | absolute-centre
.Xc
-Set the position of the window list component of the status line: left, centre
-or right justified.
+Set the position of the window list in the status line: left, centre or right.
+centre puts the window list in the relative centre of the available free space;
+absolute-centre uses the centre of the entire horizontal space.
.It Xo Ic status-keys
.Op Ic vi | emacs
.Xc