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

@ -675,6 +675,9 @@ and are terminated by *\\E\\* (ST).
:[ *Description*
| \\EP q <sixel data> \\E\\
: Emit a sixel image at the current cursor position
| \\P $ q <query> \\E\\
: Request selection or setting (DECRQSS). Implemented queries:
DECSTBM, SGR and DECSCUSR.
| \\EP = 1 s \\E\\
: Begin application synchronized updates
| \\EP = 2 s \\E\\