nicm c4732af006 Some improvements to performance of searching:
- 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.
2020-06-04 20:41:57 +00:00
2020-05-16 14:13:37 +00:00
2020-05-22 15:08:38 +00:00
2020-05-16 15:35:19 +00:00
2020-04-09 14:23:34 +00:00
2020-06-04 10:36:28 +00:00
2019-11-28 09:51:58 +00:00
2019-11-28 09:51:58 +00:00
Description
No description provided
56 MiB
Languages
C 87.4%
Roff 7.1%
Shell 2.7%
Yacc 1.4%
M4 0.8%
Other 0.5%