Revert part of the change for GitHub issue 3675 because it does not work
authornicm <nicm@openbsd.org>
Tue, 14 May 2024 09:32:37 +0000 (09:32 +0000)
committernicm <nicm@openbsd.org>
Tue, 14 May 2024 09:32:37 +0000 (09:32 +0000)
commit4cd020caf92777aa0810667f26ce52b092060af3
treee59ede5416b426350e7135d9bcd20a52c7f54347
parent3b372c3481e8650fbe12d5cb2d27ca2fb82bc7d2
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).
usr.bin/tmux/options-table.c
usr.bin/tmux/tmux.1
usr.bin/tmux/window-copy.c