mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
csi: implement DECRQM (DEC modes), for real
Previously, we always returned ‘2 - reset’, instead of the actual state of the requested mode.
This commit is contained in:
parent
37f036f9e9
commit
db097891f2
2 changed files with 46 additions and 1 deletions
|
|
@ -113,6 +113,8 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
|||
* SGR 21 no longer disables **bold**. According to ECMA-48, SGR 21 is
|
||||
_”double underline_”. Foot does not (yet) implement that, but that’s
|
||||
no reason to implement a non-standard behavior.
|
||||
* `DECRQM` now returns actual state of the requested mode, instead of
|
||||
always returning `2`.
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue