diff options
author | David Herberth <github@dav1d.de> | 2020-05-02 01:03:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 02:03:28 +0300 |
commit | 17a3b852650af5b66efd862963f28f7de6a62dcf (patch) | |
tree | f9de7060e430530e8b27a8c0e6ecaed8571993a2 /CHANGELOG.md | |
parent | 38d20d0c391c250953ce3c72a35c8d1156f06000 (diff) | |
download | alacritty-17a3b852650af5b66efd862963f28f7de6a62dcf.tar.gz alacritty-17a3b852650af5b66efd862963f28f7de6a62dcf.zip |
Use numbers instead of strings for additional mouse bindings
Fixes: #2861.
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 4534989b..c99e07be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Preserve selection on non-LMB or mouse mode clicks - 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 ### Fixed |