diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-02-10 23:41:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 23:41:48 +0000 |
commit | 3b8ef3a0c4b35d70b58cbf3ea4782e38357c4bd3 (patch) | |
tree | acf0525aa8d27237250b5ae49909c679df47eca8 /CHANGELOG.md | |
parent | 5cd13f8c474c71a922e5d8f2b78857badf054f6f (diff) | |
download | alacritty-3b8ef3a0c4b35d70b58cbf3ea4782e38357c4bd3.tar.gz alacritty-3b8ef3a0c4b35d70b58cbf3ea4782e38357c4bd3.zip |
Revert "Fix backspace deleting chars when IME is open"
This reverts commit 7f4dce2ee04859fb0b48f15cf808b60065778703.
Originally it was assumed that macOS always sends the \x7f on backspace
anyways, however this is not true. It seems like the character on
backspace can change even within the same terminal session, so we need
to have our own binding to reliably set the correct binding.
A solution for #1606 should be implemented in cooperation with winit.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 51072cbe..b2572cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,6 @@ 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 - Handling of OpenType variable fonts - Expansion of block-selection on partially selected full-width glyphs - Minimize action only works with decorations on macOS |