mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
csi: add support for DECNKM private mode
This is equivalent to DECKPAM/DECKPNM when enabled/disabled, but can also be saved/restored/queried with XTSAVE/XTRESTORE/DECRQM. See also: * https://vt100.net/docs/vt510-rm/DECNKM.html * https://vt100.net/docs/vt510-rm/DECKPAM.html * https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-PC-Style-Function-Keys
This commit is contained in:
parent
a1287220ab
commit
8d4d22218e
4 changed files with 17 additions and 0 deletions
|
|
@ -45,6 +45,8 @@
|
|||
* Add "xterm" as fallback cursor where "text" is not available.
|
||||
* `[key-bindings].scrollback-home|end` options.
|
||||
* Socket activation for `foot --server` and accompanying systemd unit files
|
||||
* Support for [DECNKM](https://vt100.net/docs/vt510-rm/DECNKM.html), which
|
||||
allows setting/saving/restoring/querying the keypad mode.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
@ -88,8 +90,11 @@
|
|||
|
||||
|
||||
### Security
|
||||
|
||||
### Contributors
|
||||
|
||||
* Craig Barnes
|
||||
|
||||
|
||||
## 1.11.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue