diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-05-27 18:24:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 18:24:01 +0300 |
commit | a669f12793779fdb5a5b7c455c5b458c0f9a4dfc (patch) | |
tree | 52a332ec006183af05e469fbafca5ffc0f893cfd /CHANGELOG.md | |
parent | a14c51797f39356cf75dc8012c3a3ff3d63c042f (diff) | |
download | alacritty-a669f12793779fdb5a5b7c455c5b458c0f9a4dfc.tar.gz alacritty-a669f12793779fdb5a5b7c455c5b458c0f9a4dfc.zip |
Set IUTF8 input setting on supported platforms
Fixes #3769.
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 bf496480..9078db18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Don't hide cursor on modifier press with `mouse.hide_when_typing` enabled - `Shift + Backspace` now sends `^?` instead of `^H` - Default color scheme is now `Tomorrow Night` with the bright colors of `Tomorrow Night Bright` +- Set IUTF8 termios flag for improved UTF8 input support ### Fixed |