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 fd745a9f4c
Fix racing condition in hint triggering
This fixes an issue with hints where it was possible that the terminal
content of highlighted hints changed between the highlighted hint update
and the activation of the hint.

This patch always validates the hint's text content against the hint
itself to ensure that the content is still valid for the original hint
which triggered the highlight.

Closes #8277.
2024-11-02 20:05:51 +00:00
..
src Fix racing condition in hint triggering 2024-11-02 20:05:51 +00:00
tests Fix regional scrolling leaking into history 2024-02-14 04:59:56 +04:00
Cargo.toml Do not pull serde without serde feature 2024-10-21 14:35:17 +00:00
CHANGELOG.md Bump development version to 0.15.0-dev 2024-10-18 22:25:57 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00