mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
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:
parent
2d3d8ca3d0
commit
add530e66d
3 changed files with 173 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue