aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-06-11 19:43:34 +0000
committernicm <nicm>2020-06-11 19:43:34 +0000
commit63c2ed14833bc543254b8dbd7d244e143a89b736 (patch)
treecc5b1a54c4e3d689ce89c2d52bd408cf021a6f47 /tmux.1
parentcf13d1e1106b26ea93c0f159ddaee03f38b2e2fa (diff)
downloadrtmux-63c2ed14833bc543254b8dbd7d244e143a89b736.tar.gz
rtmux-63c2ed14833bc543254b8dbd7d244e143a89b736.tar.bz2
rtmux-63c2ed14833bc543254b8dbd7d244e143a89b736.zip
Add some formats for search in copy mode (search_present, search_match).
GitHub issue 2268.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 44806c34..d3e0d0b3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4749,6 +4749,8 @@ 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 "search_present" Ta "" Ta "1 if search started in copy mode"
+.It Li "search_match" Ta "" Ta "Search match if any"
.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"