diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-30 22:16:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 22:16:30 +0000 |
commit | 7f4dce2ee04859fb0b48f15cf808b60065778703 (patch) | |
tree | 814fff13d8b239199028b88a05c995f3ca252c9c /CHANGELOG.md | |
parent | 871a22eaf4b8fce71fb616ca909a0f2b46802716 (diff) | |
download | alacritty-7f4dce2ee04859fb0b48f15cf808b60065778703.tar.gz alacritty-7f4dce2ee04859fb0b48f15cf808b60065778703.zip |
Fix backspace deleting chars when IME is open
Fixes #1606.
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 19238ef7..220beea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resize of bitmap fonts - Crash when using bitmap font with `embeddedbitmap` set to `false` - Inconsistent fontconfig fallback +- Backspace deleting characters while IME is open on macOS ### Removed |