From 251026800f724ad95a687ad3a295fcf13c84e655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 8 Dec 2020 20:29:44 +0100 Subject: [PATCH] =?UTF-8?q?changelog:=20consistently=20use=20=E2=80=98CSI?= =?UTF-8?q?=20=3F=20X=20h/l=E2=80=99=20instead=20of=20`\E[=3FXh/l`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a2877f..a74a50b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,9 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See * IME support. This is compile-time optional, see [INSTALL.md](INSTALL.md#user-content-options) (https://codeberg.org/dnkl/foot/issues/134). -* `DECSET` escape to enable/disable IME: `\E[?737769h` enables IME and - `\E[?737769l` disables IME. This can be used to e.g. enable/disable - IME when entering/leaving insert mode in vim. +* `DECSET` escape to enable/disable IME: `CSI ?737769 h` enables IME + and `CSI ? 737769 l` disables IME. 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 `CSI ? 45 l`. It is **enabled** by default @@ -84,8 +84,8 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See * Short command line options for `--title`, `--maximized`, `--fullscreen`, `--login-shell`, `--hold` and `--check-config`. * `DECSET` escape to modify the `escape` key to send `\E[27;1;27~` - instead of `\E`: `\E[?27127h` enables the new behavior, `\E[?27127l` - disables it (the default). + instead of `\E`: `CSI ? 27127 h` enables the new behavior, `CSI ? + 27127 l` disables it (the default). ### Changed