dcs: implement DECRQSS

This patch adds support for DECRQSS (request Selection or Setting),
for the following sub-queries:

* DECSTBM   Set Top and Bottom Margins
* SGR       Set Graphic Rendition
* DECSCUSR  Set Cursor Style

Closes #798
This commit is contained in:
Daniel Eklöf 2022-01-13 15:36:27 +01:00
parent 2d3d8ca3d0
commit add530e66d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 173 additions and 0 deletions

View file

@ -49,6 +49,13 @@
* `XTGETTCAP` - builtin terminfo. See
[README.md::XTGETTCAP](README.md#xtgettcap) for details
(https://codeberg.org/dnkl/foot/issues/846).
* `DECRQSS` - _Request Selection or Setting_
(https://codeberg.org/dnkl/foot/issues/798). Implemented settings
are:
- `DECSTBM` - _Set Top and Bottom Margins_
- `SGR` - _Set Graphic Rendition_
- `DECSCUSR` - _Set Cursor Style_
### Changed