changelog: move DECRQM for private mode 67 from "added" to "changed"

This commit is contained in:
Daniel Eklöf 2024-04-01 08:49:27 +02:00
parent 2138273c16
commit 82c1a28e6f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -64,8 +64,6 @@
* 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.
@ -122,6 +120,8 @@
capabilities instead.
* Tightened the regular expression in the `rv` terminfo capability.
* Tightened the regular expression in the `xr` terminfo capability.
* `DECRQM` queries for private mode 67 ([`DECBKM`]) now reply with mode
value 4 ("permanently reset") instead of 0 ("not recognized").
[1526]: https://codeberg.org/dnkl/foot/issues/1526
[1528]: https://codeberg.org/dnkl/foot/issues/1528