diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-22 19:05:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 19:05:12 +0000 |
commit | 67a433ceedf3e415d9c989112d1248a7562a1ac5 (patch) | |
tree | f2bb8dd92c08393ef3dcaaf6b570da252a7ead77 /CHANGELOG.md | |
parent | 0c94e4ae7b413a8ae4e37882f0d483d2e259bd44 (diff) | |
download | alacritty-67a433ceedf3e415d9c989112d1248a7562a1ac5.tar.gz alacritty-67a433ceedf3e415d9c989112d1248a7562a1ac5.zip |
Skip whitespaces for wide chars in preedit
While we skip the spacers for the wide characters in the grid due to
them having a proper flags, the draw_string method was generating the
cells with incorrect flags leading to wide chars being cut off.
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 c6801762..7db85331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Maximized` startup mode not filling the screen properly on GNOME Wayland - `OptionAsAlt` with `OnlyLeft`/`OnlyRight` settings not working properly on macOS - Default Vi key bindings for `Last`/`First` actions not working on X11/Wayland +- Cut off wide characters in preedit string ### Removed |