diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-12 19:50:33 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-12 17:50:33 +0100 |
commit | d707e064a97532b36c68088ba44cd8a10f6f71dc (patch) | |
tree | e47648311a8ad09262afed8315565698dc044cc6 /CHANGELOG.md | |
parent | cce3af3d916aeced80002146d4d8ec8507b1a081 (diff) | |
download | alacritty-d707e064a97532b36c68088ba44cd8a10f6f71dc.tar.gz alacritty-d707e064a97532b36c68088ba44cd8a10f6f71dc.zip |
Fix mouse modes not being mutually exclusive
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 f7a2c956..006000b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Underline/strikeout drawn above visual bell - Terminal going transparent during visual bell - Selection not being cleared when sending chars through a binding +- Mouse protocols/encodings not being mutually exclusive within themselves ### Removed |