aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-04-21 15:23:10 +0400
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commit1012c64d45e598e53465cbe12a596665ebaf6619 (patch)
tree862d782b6e9bd868998e004e603be39c78a45070 /CHANGELOG.md
parentdcb0b491a00e3dd0f0d41e3ab6275dff09a82e48 (diff)
downloadr-alacritty-1012c64d45e598e53465cbe12a596665ebaf6619.tar.gz
r-alacritty-1012c64d45e598e53465cbe12a596665ebaf6619.tar.bz2
r-alacritty-1012c64d45e598e53465cbe12a596665ebaf6619.zip
Fix IME preview overlapping text
Fix incorrect usage of the `flags` when drawing the preedit resulting in setting the `flags`, but not actually reading the value back. The logic to skip things was also used incorrectly, because the renderer does that already based on the `WIDE_CHAR` flag on the cell. Fixes: 67a433ceed (Skip whitespaces for wide chars in preedit)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6b301e2..b41ed24f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,14 +10,15 @@ Notable changes to the `alacritty_terminal` crate are documented in its
## 0.14.0-dev
+### Changed
+
+- Pressing `Alt` with unicode input will now add `ESC` like for ASCII input
+
### Fixed
- Crash when trying to create a new tab without decorations enabled
- New window being treated as focused when it's not on Wayland
-
-### Changed
-
-- Pressing `Alt` with unicode input will now add `ESC` like for ASCII input
+- IME preview blending into text below it
## 0.13.2