From d58d0601f6731c69e7ab8075a99c41d10d57e6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 7 Dec 2020 20:43:32 +0100 Subject: [PATCH] changelog: DECSET 27127 - modifies Esc to send \E[27127~ instead of \E --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50a39af..ac69ddd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,9 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See options to `footclient` (https://codeberg.org/dnkl/foot/issues/189). * 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). ### Changed