Add selection_mode format variable for copy mode, from Mike Jonkmans in

GitHub issue 4773.
This commit is contained in:
nicm
2025-12-25 18:05:15 +00:00
parent d005803934
commit b5c33ca2b7
2 changed files with 13 additions and 0 deletions

1
tmux.1
View File

@@ -6238,6 +6238,7 @@ The following variables are available, where appropriate:
.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_mode" Ta "" Ta "Selection mode"
.It Li "selection_present" Ta "" Ta "1 if selection started in copy mode"
.It Li "selection_start_x" Ta "" Ta "X position of the start of the selection"
.It Li "selection_start_y" Ta "" Ta "Y position of the start of the selection"