Revert part of the change for GitHub issue 3675 because it does not work
commit5b5004e5ac95b858ef2e134c9e056dd05a38d430
authornicm <nicm>
Tue, 14 May 2024 09:32:37 +0000 (14 09:32 +0000)
committernicm <nicm>
Tue, 14 May 2024 09:32:37 +0000 (14 09:32 +0000)
tree33c4acf0c583d756e4891cf846dec7e20953d4e6
parentc9616700ca94a06e85dd21dd40687ed61934b8fa
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).
options-table.c
tmux.1
window-copy.c