diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-08-12 19:24:31 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-08-12 19:24:31 +0000 |
commit | ca3f92e78c80adc0b64acc7842358eb90f5d0ba0 (patch) | |
tree | b5f814f2efdf3cc94ce350247e3cebe6e8b89638 /tmux.1 | |
parent | c8849ac990af34eef6b3516c392d1796b4fbeba3 (diff) | |
download | rtmux-ca3f92e78c80adc0b64acc7842358eb90f5d0ba0.tar.gz rtmux-ca3f92e78c80adc0b64acc7842358eb90f5d0ba0.tar.bz2 rtmux-ca3f92e78c80adc0b64acc7842358eb90f5d0ba0.zip |
Sync OpenBSD patchset 1154:
Document pane_index variable, from sam at sltosis dot org.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2913,6 +2913,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" |