diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-07-15 06:51:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-07-15 06:51:57 +0000 |
commit | 89a96b05fa9473e19b62c03e835731430ff5d04e (patch) | |
tree | 5f2abd7b0caafe6aae995068ce4a0a4e2375407b | |
parent | 5385a9bb347ae703fdc44eb59c71d70e61fbf95e (diff) | |
download | rtmux-89a96b05fa9473e19b62c03e835731430ff5d04e.tar.gz rtmux-89a96b05fa9473e19b62c03e835731430ff5d04e.tar.bz2 rtmux-89a96b05fa9473e19b62c03e835731430ff5d04e.zip |
Document pane_index variable, from sam at sltosis dot org.
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |