diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-11-05 23:15:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-11-05 23:15:12 +0000 |
commit | a00b3bf0b9f6fdabf8d3027638ffd26cf87746f8 (patch) | |
tree | ac7e2ccccecc0991210e58c0bb94ffcf60672424 /usr.bin/tmux/tmux.1 | |
parent | 626bd68561948953b6314b6746c7cb236018aa56 (diff) |
Do not put a space between status-left/status-right and the window list,
instead move the space into the defaults for the options (so status-left
now defaults to "[#S] ". From Balazs Kezes.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 252bcff09a7..5c5b805fa9b 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.404 2014/10/25 08:47:04 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.405 2014/11/05 23:15:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 25 2014 $ +.Dd $Mdocdate: November 5 2014 $ .Dt TMUX 1 .Os .Sh NAME @@ -2581,6 +2581,9 @@ By default, UTF-8 in is not interpreted, to enable UTF-8, use the .Ic status-utf8 option. +.Pp +The default is +.Ql "[#S] " . .It Ic status-left-length Ar length Set the maximum .Ar length |