diff options
author | nicm <nicm> | 2020-08-27 06:55:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-08-27 06:55:54 +0000 |
commit | 2ab289980afd7d47a92dfb17d488c127d335b429 (patch) | |
tree | a7c5c11c2373aea952425b24661e290c2e1f13b7 /tmux.1 | |
parent | 20fcdcfea1651d26990ae482cbc0f3594c4cea54 (diff) | |
download | rtmux-2ab289980afd7d47a92dfb17d488c127d335b429.tar.gz rtmux-2ab289980afd7d47a92dfb17d488c127d335b429.tar.bz2 rtmux-2ab289980afd7d47a92dfb17d488c127d335b429.zip |
Add pane_last format, GitHub issue 2353.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4773,6 +4773,7 @@ The following variables are available, where appropriate: .It Li "pane_in_mode" Ta "" Ta "1 if pane is in a mode" .It Li "pane_index" Ta "#P" Ta "Index of pane" .It Li "pane_input_off" Ta "" Ta "1 if input to pane is disabled" +.It Li "pane_last" Ta "" Ta "1 if last pane" .It Li "pane_left" Ta "" Ta "Left of pane" .It Li "pane_marked" Ta "" Ta "1 if this is the marked pane" .It Li "pane_marked_set" Ta "" Ta "1 if a marked pane is set" |