aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-16 19:16:27 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-16 19:16:27 +0000
commite61ee94e26a82479b5de2ed4c1686625ea5d078d (patch)
treeb30a1f1c63e3cf956c73ec161d90999e7953b187 /tmux.1
parent9116905b24ff6ee585f42295b302812aad853ff1 (diff)
downloadrtmux-e61ee94e26a82479b5de2ed4c1686625ea5d078d.tar.gz
rtmux-e61ee94e26a82479b5de2ed4c1686625ea5d078d.tar.bz2
rtmux-e61ee94e26a82479b5de2ed4c1686625ea5d078d.zip
Sync OpenBSD patchset 257:
Add a base-index session option to specify the first index checked when looking for an index for a new window.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 150d08d9..c5af4f0a 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.150 2009-08-16 18:59:12 tcunha Exp $
+.\" $Id: tmux.1,v 1.151 2009-08-16 19:16:27 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -1064,6 +1064,10 @@ options - it is not possible to unset a global option.
.Pp
Available session options are:
.Bl -tag -width Ds
+.It Ic base-index Ar index
+Set the base index from which an unused index should be searched when a new
+window is created.
+The default is zero.
.It Xo Ic bell-action
.Op Ic any | none | current
.Xc