CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/04 02:01:43
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Skip wrapped lines in top level search loop because they will be
combined in the inner loop (in window_copy_search_rl_regex and the
others), avoids searching the same text multiple times. Also add a line
length limit for regex searches. GitHub issue 3675.
