mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
changelog: consistently use ‘CSI ? X h/l’ instead of \E[?Xh/l
This commit is contained in:
parent
0263a152d4
commit
251026800f
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
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
|
* IME support. This is compile-time optional, see
|
||||||
[INSTALL.md](INSTALL.md#user-content-options)
|
[INSTALL.md](INSTALL.md#user-content-options)
|
||||||
(https://codeberg.org/dnkl/foot/issues/134).
|
(https://codeberg.org/dnkl/foot/issues/134).
|
||||||
* `DECSET` escape to enable/disable IME: `\E[?737769h` enables IME and
|
* `DECSET` escape to enable/disable IME: `CSI ?737769 h` enables IME
|
||||||
`\E[?737769l` disables IME. This can be used to e.g. enable/disable
|
and `CSI ? 737769 l` disables IME. This can be used to
|
||||||
IME when entering/leaving insert mode in vim.
|
e.g. enable/disable IME when entering/leaving insert mode in vim.
|
||||||
* Implement reverse auto-wrap (_auto\_left\_margin_, _bw_, in
|
* Implement reverse auto-wrap (_auto\_left\_margin_, _bw_, in
|
||||||
terminfo). This mode can be enabled/disabled with `CSI ? 45 h` and
|
terminfo). This mode can be enabled/disabled with `CSI ? 45 h` and
|
||||||
`CSI ? 45 l`. It is **enabled** by default
|
`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`,
|
* Short command line options for `--title`, `--maximized`,
|
||||||
`--fullscreen`, `--login-shell`, `--hold` and `--check-config`.
|
`--fullscreen`, `--login-shell`, `--hold` and `--check-config`.
|
||||||
* `DECSET` escape to modify the `escape` key to send `\E[27;1;27~`
|
* `DECSET` escape to modify the `escape` key to send `\E[27;1;27~`
|
||||||
instead of `\E`: `\E[?27127h` enables the new behavior, `\E[?27127l`
|
instead of `\E`: `CSI ? 27127 h` enables the new behavior, `CSI ?
|
||||||
disables it (the default).
|
27127 l` disables it (the default).
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue