Add selection_active format for when the selection is present but not

moving with the cursor, from Mark Kelly.
This commit is contained in:
nicm
2020-02-20 07:34:57 +00:00
parent b20753f2a3
commit 229be034fb
2 changed files with 5 additions and 1 deletions

1
tmux.1
View File

@ -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"