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:
Craig Barnes 2024-03-15 17:51:51 +00:00 committed by Daniel Eklöf
parent f17b989650
commit 27330a5dd6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 14 additions and 4 deletions

View file

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