mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -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
|
|
@ -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\\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue