changelog: DECSET 27127 - modifies Esc to send \E[27127~ instead of \E

This commit is contained in:
Daniel Eklöf 2020-12-07 20:43:32 +01:00
parent cbda2fb9c1
commit d58d0601f6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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