diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-11-22 01:07:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 01:07:08 +0000 |
commit | 3ac4904eb5a1cc15cc02b077c118f1ffcb9e6916 (patch) | |
tree | 73106c776b9796d4712fa22de356ef9725e2b1c0 /CHANGELOG.md | |
parent | 4f739a7e2b933f6828ebf64654c8a8c573bf0ec1 (diff) | |
download | alacritty-3ac4904eb5a1cc15cc02b077c118f1ffcb9e6916.tar.gz alacritty-3ac4904eb5a1cc15cc02b077c118f1ffcb9e6916.zip |
Fix vi motion with wide semantic escape chars
This patch fixes an issue where the semantic vi motion commands
`SemanticRight` and `SemanticLeft` were not behaving as expected when a
fullwidth character was used as a semantic character.
Closes #8314.
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 bbe0d2f4..c9faa35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Mouse/Vi cursor hint highlighting broken on the terminal cursor line - Hint launcher opening arbitrary text, when terminal content changed while opening +- `SemanticRight`/`SemanticLeft` vi motions breaking with wide semantic escape characters ## 0.14.0 |