summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-09-22 16:58:16 +0200
committerGitHub <noreply@github.com>2024-09-22 17:58:16 +0300
commit4a7728bf7fac06a35f27f6c4f31e0d9214e5152b (patch)
treea708d7c05e007b4abd07421afbda1f64caf0bb47 /CHANGELOG.md
parentc74b5fa857a133298f0207c499c47cb95b27c78c (diff)
downloadalacritty-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.md1
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