diff options
author | Chris Copeland <chris@chrisnc.net> | 2022-11-11 02:27:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 10:27:05 +0000 |
commit | 778558060243505d07b0850a115e3944862db5cd (patch) | |
tree | 92da6aff2d8f24785bea2ff74b5acc29a05c129a /CHANGELOG.md | |
parent | 0e418bc2f761617455cc58aaabc375055dfe4284 (diff) | |
download | alacritty-778558060243505d07b0850a115e3944862db5cd.tar.gz alacritty-778558060243505d07b0850a115e3944862db5cd.zip |
Fix cursor visibility with focus change on macOS
Fixes #6452.
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 7a3cfe0e..ba393d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Underline on macOS always being at the bottom of the cell - Crash with `OT-SVG` fonts on Linux/BSD - Crash during text compose on old GNOME under Wayland +- Mouse cursor staying hidden after window regains focus on macOS Ventura ## 0.11.0 |