Revert part of the change for GitHub issue 3675 because it does not work

correctly, it was intended to skip lines that are already being searched
as part of a previous wrapped line but in fact is skipping all lines
except the last in wrapped lines.

Also revert the search-wrapped-lines option (I didn't realize it was
intended to work around this).
This commit is contained in:
nicm
2024-05-14 09:32:37 +00:00
parent c9616700ca
commit 5b5004e5ac
3 changed files with 4 additions and 33 deletions

8
tmux.1
View File

@ -3795,14 +3795,6 @@ each client.
.It Ic prompt-history-limit Ar number
Set the number of history items to save in the history file for each type of
command prompt.
.It Xo Ic search-wrapped-lines
.Op Ic on | off
.Xc
Defines how
.Nm
handles wrapped lines when searching in copy mode.
When disabled, lines are truncated and searching is faster, but matches may be
missed.
.It Xo Ic set-clipboard
.Op Ic on | external | off
.Xc