CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/05/14 03:32:37
Modified files:
usr.bin/tmux : options-table.c tmux.1 window-copy.c
Log message:
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).