diff options
author | David Herberth <github@dav1d.de> | 2020-05-06 23:58:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 21:58:43 +0000 |
commit | becd7cf459c5420a4f77764dfe81d50b332af6f2 (patch) | |
tree | 6e959b6554c08b4479df32d24610b95b0fc57172 /CHANGELOG.md | |
parent | 81ce93574f62d4b117fdd79af65391f30316a457 (diff) | |
download | alacritty-becd7cf459c5420a4f77764dfe81d50b332af6f2.tar.gz alacritty-becd7cf459c5420a4f77764dfe81d50b332af6f2.zip |
Don't hide cursor on modifier press
Fixes #2761.
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 eda674f5..4d956ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Wayland client side decorations are now based on config colorscheme - Low resolution window decoration icon on Windows - Mouse bindings for additional buttons need to be specified as a number not a string +- Don't hide cursor on modifier press with `mouse.hide_when_typing` enabled ### Fixed |