From e42fd0f87f916b76312225d6ff9eadae25b6f7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 8 Dec 2020 20:31:48 +0100 Subject: [PATCH] =?UTF-8?q?changelog:=20don=E2=80=99t=20repeat=20=E2=80=98?= =?UTF-8?q?IME=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1ef014..cfa45679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See [INSTALL.md](INSTALL.md#user-content-options) (https://codeberg.org/dnkl/foot/issues/134). * `DECSET` escape to enable/disable IME: `CSI ? 737769 h` enables IME - and `CSI ? 737769 l` disables IME. This can be used to + and `CSI ? 737769 l` disables it. This can be used to e.g. enable/disable IME when entering/leaving insert mode in vim. * Implement reverse auto-wrap (_auto\_left\_margin_, _bw_, in terminfo). This mode can be enabled/disabled with `CSI ? 45 h` and