summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2012-07-15 06:51:58 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2012-07-15 06:51:58 +0000
commit06a86def82e6633f5f2f6cf8032ed7049e5109a3 (patch)
tree51402b70a6c76dbf7cbcf3602a0de6faff76e173
parent601eb04347145d4c38b46770929a1e9fc0992827 (diff)
Document pane_index variable, from sam at sltosis dot org.
-rw-r--r--usr.bin/tmux/tmux.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index c2e77e2f8d6..7c67a6bce85 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.299 2012/07/08 17:24:29 jmc Exp $
+.\" $OpenBSD: tmux.1,v 1.300 2012/07/15 06:51:57 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: July 8 2012 $
+.Dd $Mdocdate: July 15 2012 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -2909,6 +2909,7 @@ The following variables are available, where appropriate:
.It Li "pane_dead" Ta "1 if pane is dead"
.It Li "pane_height" Ta "Height of pane"
.It Li "pane_id" Ta "Unique pane ID"
+.It Li "pane_index" Ta "Index of pane"
.It Li "pane_pid" Ta "PID of first process in pane"
.It Li "pane_start_command" Ta "Command pane started with"
.It Li "pane_start_path" Ta "Path pane started with"