diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-29 19:56:48 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-29 17:56:48 +0100 |
commit | b7359754869a6e01901b6638d7c2ba68f91809dd (patch) | |
tree | 94c49eb2147ab2ee6de993ae2f8a515b0a0bed82 /CHANGELOG.md | |
parent | 9ff2838844df45b6a1f20621ced870e9e1855ec8 (diff) | |
download | alacritty-b7359754869a6e01901b6638d7c2ba68f91809dd.tar.gz alacritty-b7359754869a6e01901b6638d7c2ba68f91809dd.zip |
Fix sending chars with bind not clearing selection
Fixes #2925.
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 cd670755..34c80e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `\` instead of `\\` as path separators on Windows for logging config file location - Underline/strikeout drawn above visual bell - Terminal going transparent during visual bell +- Selection not being cleared when sending chars through a binding ### Removed |