1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_terminal
Christian Duerr a1ed79bd2c Fix highlight invalidation on grid scroll
This fixes an issue where hints highlighted by vi or mouse cursor would
produce an underline on the incorrect line since the highlights only
store the initial match boundaries without accounting for new content
scrolling the terminal.

To accurately invalidate the hint highlights, we use existing damage
information of the current frame. The existing logic to damage hints for
the next frame to account for removal has been changed, since the hints
would otherwise be cleared immediately. Instead we now mark the terminal
as fully damaged for the upcoming frame whenever the hints are cleared.

Closes #7737.
2024-10-07 01:02:10 +02:00
..
src Fix highlight invalidation on grid scroll 2024-10-07 01:02:10 +02:00
tests Fix regional scrolling leaking into history 2024-02-14 04:59:56 +04:00
Cargo.toml Bump MSRV to 1.74.0 2024-07-17 11:02:31 +03:00
CHANGELOG.md Bump alacritty_terminal to 0.24.1-dev 2024-05-03 19:47:41 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00