aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2017-07-27 10:42:05 +0000
committernicm <nicm>2017-07-27 10:42:05 +0000
commit3df7c91f1afbf9059800d54c6efd3ae3f051001b (patch)
treec46a22e57e3f2f94946350d4a07b764664013ff5 /tmux.1
parentb1bd0c7fc16e896e7432beb56075d501f90ed6b8 (diff)
downloadrtmux-3df7c91f1afbf9059800d54c6efd3ae3f051001b.tar.gz
rtmux-3df7c91f1afbf9059800d54c6efd3ae3f051001b.tar.bz2
rtmux-3df7c91f1afbf9059800d54c6efd3ae3f051001b.zip
Add pane_at_left/right/top/bottom formats, from Amos Bird.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index fc9f3ec7..2afdffd4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2774,7 +2774,6 @@ Set action on window silence when
is on.
The values are the same as those for
.Ic activity-action .
-.Pp
.It Xo Ic status
.Op Ic on | off
.Xc
@@ -3610,6 +3609,10 @@ The following variables are available, where appropriate:
.It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard flag"
.It Li "mouse_all_flag" Ta "" Ta "Pane mouse all flag"
.It Li "pane_active" Ta "" Ta "1 if active pane"
+.It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window"
+.It Li "pane_at_left" Ta "" Ta "1 if pane is at the left of window"
+.It Li "pane_at_right" Ta "" Ta "1 if pane is at the right of window"
+.It Li "pane_at_top" Ta "" Ta "1 if pane is at the top of window"
.It Li "pane_bottom" Ta "" Ta "Bottom of pane"
.It Li "pane_current_command" Ta "" Ta "Current command if available"
.It Li "pane_dead" Ta "" Ta "1 if pane is dead"