Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: c4732af0067d8cf8d2e45fa78ded6b8f308ec779
https://github.com/tmux/tmux/commit/c4732af0067d8cf8d2e45fa78ded6b8f308ec779
Author: nicm <nicm>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M window-copy.c
Log Message:
-----------
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.
Commit: 8b43fcd82bf76d729457f812575a78f2c1ceda1f
https://github.com/tmux/tmux/commit/8b43fcd82bf76d729457f812575a78f2c1ceda1f
Author: Thomas Adam <[email protected]>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/c8bddfba2bc8...8b43fcd82bf7
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c8bddf-8b43fc%40github.com.