diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-07-27 14:01:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-07-27 14:01:13 +0100 |
commit | 147740ed40ae78af2328b7196648d00be8c05dee (patch) | |
tree | 3c1ae3624cd5bed340afaabd3f039b235381bac1 /tmux.1 | |
parent | 58744de3eb7269d5d8eb778f67812f3f5670536d (diff) | |
parent | 3df7c91f1afbf9059800d54c6efd3ae3f051001b (diff) | |
download | rtmux-147740ed40ae78af2328b7196648d00be8c05dee.tar.gz rtmux-147740ed40ae78af2328b7196648d00be8c05dee.tar.bz2 rtmux-147740ed40ae78af2328b7196648d00be8c05dee.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2778,7 +2778,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 @@ -3614,6 +3613,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_current_path" Ta "" Ta "Current path if available" |