From 28a5bc8faeb2866ae8db29d05783326871a9938b Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 6 Jul 2018 07:11:23 +0000 Subject: Add a rectangle_toggle format, from Hirokazu Hata. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 9dd2065e..7cb880ed 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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" -- cgit