diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-08-29 16:29:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 16:29:13 +0300 |
commit | 18f9c2793924aec91c80a69ccb45f529adaffae5 (patch) | |
tree | 63cda75c8203c39a7437bd1812653f74494f878f /CHANGELOG.md | |
parent | 791f79a02a4bbb509c257af2849e411d32f4c18b (diff) | |
download | alacritty-18f9c2793924aec91c80a69ccb45f529adaffae5.tar.gz alacritty-18f9c2793924aec91c80a69ccb45f529adaffae5.zip |
Add inline input method support
This commit adds support for inline IME handling. It also makes the
search bar use underline cursor instead of using '_' character.
Fixes #1613.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85364b8e..3f16e7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Escape sequence to set hyperlinks (`OSC 8 ; params ; URI ST`) - Config `hints.enabled.hyperlinks` for hyperlink escape sequence hint highlight - `window.decorations_theme_variant` to control both Wayland CSD and GTK theme variant on X11 +- Support for inline input method ### Changed @@ -42,6 +43,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Config option `window.gtk_theme_variant`, you should use `window.decorations_theme_variant` instead - `--class` now sets both class part of WM_CLASS property and instance - `--class`'s `general` and `instance` options were swapped +- Search bar is now respecting cursor thickness +- On X11 the IME popup window is stuck at the bottom of the window due to Xlib limitations +- IME no longer works in Vi mode when moving around ### Fixed |