diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-09-22 16:58:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 17:58:16 +0300 |
commit | 4a7728bf7fac06a35f27f6c4f31e0d9214e5152b (patch) | |
tree | a708d7c05e007b4abd07421afbda1f64caf0bb47 /CHANGELOG.md | |
parent | c74b5fa857a133298f0207c499c47cb95b27c78c (diff) | |
download | alacritty-4a7728bf7fac06a35f27f6c4f31e0d9214e5152b.tar.gz alacritty-4a7728bf7fac06a35f27f6c4f31e0d9214e5152b.zip |
Fix fullwidth semantic escape characters
Semantic escape characters occupying two two grid cells were always
skipped over, making it impossible to have functional fullwidth
characters as part of semantic escape characters.
This patch fixes this by only skipping over fullwidth spacer cells,
rather than skipping those cells entirely.
Closes #8188.
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 38584ca5..946f48ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Broken search with words broken across line boundary on the first character - Config import changes not being live reloaded - Cursor color requests with default cursor colors +- Fullwidth semantic escape characters ## 0.13.2 |