diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-11-10 21:09:43 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 21:09:43 +0400 |
commit | 7ea927ffc1b345216d65be5154f0ec68cd243890 (patch) | |
tree | 4495fdd458c2c7c63f8643bf2b66667ad6f24865 /CHANGELOG.md | |
parent | 5060f8eeb864e8c304fbad9588bdd882db942356 (diff) | |
download | alacritty-7ea927ffc1b345216d65be5154f0ec68cd243890.tar.gz alacritty-7ea927ffc1b345216d65be5154f0ec68cd243890.zip |
Fix cursor being hidden after reaching timeout
The timeout and blink events could be delivered at the same time,
so canceling blinking won't work and we'll still have an event.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83779473..51588864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Crash on exit when using NVIDIA binary drivers on Wayland - `window.startup_mode` applied to window again when creating new tab - Crash when leaving search after resize +- Cursor being hidden after reaching cursor blinking timeout ### Removed |