aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-02-20 07:34:57 +0000
committernicm <nicm>2020-02-20 07:34:57 +0000
commit229be034fb561ae32405f33797fc5a2b7f0c1b0c (patch)
tree5e298ce2b0c98155d6b22a71371002d9ce16ecd6 /tmux.1
parentb20753f2a302d07829549dfbd249bd210374fec4 (diff)
downloadrtmux-229be034fb561ae32405f33797fc5a2b7f0c1b0c.tar.gz
rtmux-229be034fb561ae32405f33797fc5a2b7f0c1b0c.tar.bz2
rtmux-229be034fb561ae32405f33797fc5a2b7f0c1b0c.zip
Add selection_active format for when the selection is present but not
moving with the cursor, from Mark Kelly.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.11
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 8586407b..c36ad1c5 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4350,6 +4350,7 @@ The following variables are available, where appropriate:
.It Li "scroll_position" Ta "" Ta "Scroll position in copy mode"
.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 "selection_active" Ta "" Ta "1 if selection started and changes with the cursor in copy mode"
.It Li "selection_end_x" Ta "" Ta "X position of the end of the selection"
.It Li "selection_end_y" Ta "" Ta "Y position of the end of the selection"
.It Li "selection_present" Ta "" Ta "1 if selection started in copy mode"