diff options
author | nicm <nicm> | 2018-07-06 07:11:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-07-06 07:11:23 +0000 |
commit | 28a5bc8faeb2866ae8db29d05783326871a9938b (patch) | |
tree | 8b9d80d086ee69e2961f633e4397f7f2a5a08786 /tmux.1 | |
parent | 98c4291df2201271a0d70fc141cfaf744021ff35 (diff) | |
download | rtmux-28a5bc8faeb2866ae8db29d05783326871a9938b.tar.gz rtmux-28a5bc8faeb2866ae8db29d05783326871a9938b.tar.bz2 rtmux-28a5bc8faeb2866ae8db29d05783326871a9938b.zip |
Add a rectangle_toggle format, from Hirokazu Hata.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3781,6 +3781,7 @@ The following variables are available, where appropriate: .It Li "pane_tty" Ta "" Ta "Pseudo terminal of pane" .It Li "pane_width" Ta "" Ta "Width of pane" .It Li "pid" Ta "" Ta "Server PID" +.It Li "rectangle_toggle" Ta "" Ta "1 if rectangle selection is activated" .It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane" .It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane" .It Li "scroll_position" Ta "" Ta "Scroll position in copy mode" |