=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.828 retrieving revision 1.829 diff -c -r1.828 -r1.829 *** src/usr.bin/tmux/tmux.1 2021/03/11 06:31:05 1.828 --- src/usr.bin/tmux/tmux.1 2021/03/11 06:41:04 1.829 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.828 2021/03/11 06:31:05 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.829 2021/03/11 06:41:04 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 3815,3824 **** 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 .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 | emacs .Xc --- 3815,3825 ---- 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 | absolute-centre .Xc ! 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