diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-08-27 06:55:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-08-27 06:55:55 +0000 |
commit | f600a0d727c5d55f17e20c68c4b9988bd79de9d3 (patch) | |
tree | 1b5707a3d52ca62b401be66a24b2cbbd278d9d48 /usr.bin/tmux/tmux.1 | |
parent | 2a4c8ad75cd595cec3aa181f911fea75d3ec6803 (diff) |
Add pane_last format, GitHub issue 2353.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9725182624d..1999c18593f 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.791 2020/08/20 16:57:40 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.792 2020/08/27 06:55:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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: August 20 2020 $ +.Dd $Mdocdate: August 27 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -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" |