mirror of
https://github.com/tmux/tmux.git
synced 2026-06-23 11:49:47 +00:00
c4732af0067d8cf8d2e45fa78ded6b8f308ec779
- Do not allow searches to be repeated at intervals of less than 50 milliseconds, to prevent a huge queue of repeat key presses blocking up everything for ages. - If the search text hasn't changed, the match count can't have changed and there is no need to do a full search, so only search the visible text. This includes both scrolling and repeating the search. - Do not redraw twice when jumping to the search location. GitHub issue 2258.
Description
tmux source code
Languages
C
85.7%
Roff
7%
Shell
4.7%
Yacc
1.2%
M4
0.8%
Other
0.5%