CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/01 02:07:05
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Do not go down the regex search path (which is expensive because we need
to convert the grid data into a string for regexec and reverse it to
find the grid position) if the search string does not contain any regex
special characters.
