From 89a96b05fa9473e19b62c03e835731430ff5d04e Mon Sep 17 00:00:00 2001
From: Nicholas Marriott <nicm@openbsd.org>
Date: Sun, 15 Jul 2012 06:51:57 +0000
Subject: [PATCH] Document pane_index variable, from sam at sltosis dot org.

---
 tmux.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tmux.1 b/tmux.1
index a88dcb36..bddc0473 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"