mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-12 08:21:02 -04:00
csi: indicate "permanently reset" for DECRQM queries of mode 67 (DECBKM)
This allows dynamic querying for the equivalent of terminfo's "kbs" capability.
This commit is contained in:
parent
f17b989650
commit
27330a5dd6
3 changed files with 14 additions and 4 deletions
|
|
@ -64,14 +64,16 @@
|
|||
* Support for OSC-176, _"Set App-ID"_
|
||||
(https://gist.github.com/delthas/d451e2cc1573bb2364839849c7117239).
|
||||
* Support for `DECRQM` queries with ANSI/ECMA-48 modes (`CSI Ps $ p`).
|
||||
* `DECRQM` queries for private mode 67 ([`DECBKM`]) now reply with mode
|
||||
value 4 ("permanently reset") instead of 0 ("not recognized").
|
||||
* Rectangular edit functions: `DECCARA`, `DECRARA`, `DECCRA`, `DECFRA`
|
||||
and `DECERA` ([#1633][1633]).
|
||||
* `Rect` capability to terminfo.
|
||||
|
||||
[1348]: https://codeberg.org/dnkl/foot/issues/1348
|
||||
[1633]: https://codeberg.org/dnkl/foot/issues/1633
|
||||
|
||||
[1564]: https://codeberg.org/dnkl/foot/pulls/1564
|
||||
[`DECBKM`]: https://vt100.net/docs/vt510-rm/DECBKM.html
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue