diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-15 14:06:59 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-10-15 20:12:21 +0000 |
commit | a720a765b4c85a867a2a807ac649efc2cd69ac1f (patch) | |
tree | 0906a49fc74177be8c8838ce05a369abd14b4b32 /CHANGELOG.md | |
parent | b56a0e86b7681d0ee8ed239844ecfe92bbf87f7b (diff) | |
download | alacritty-a720a765b4c85a867a2a807ac649efc2cd69ac1f.tar.gz alacritty-a720a765b4c85a867a2a807ac649efc2cd69ac1f.zip |
Add IME support to inline search
This changes the behavior of inline search from only accepting direct
key inputs, to also accepting IME and paste. The additional characters
are still being discarded, matching the existing behavior.
This also fixes an issue where inline search wouldn't work for
characters requiring modifiers, since the modifier press was interpreted
as the search target instead.
Closes #8208.
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 15063ca9..d14aa188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Alacritty not being properly activated with startup notify - Invalid URL highlights after terminal scrolling - Hollow block cursor not spanning multiple chars being edited inside the IME preview +- Vi inline search only working for direct key input without modifiers ## 0.13.2 |