mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
doc: ctlseqs: document supported DCS escapes
Signed-off-by: Daniel Eklöf <daniel@ekloef.se>
This commit is contained in:
parent
33b4fcad9f
commit
7d16fb1bbd
1 changed files with 10 additions and 1 deletions
|
|
@ -153,6 +153,15 @@ All _OSC_ sequences begin with *\\E]*, from here on denoted _OSC_.
|
||||||
|
|
||||||
# DCS
|
# DCS
|
||||||
|
|
||||||
*TODO*
|
|
||||||
All _DCS_ sequences begin with *\\EP* (from here denoted _DCS_), and
|
All _DCS_ sequences begin with *\\EP* (from here denoted _DCS_), and
|
||||||
are terminated by *\\E\\* (ST).
|
are terminated by *\\E\\* (ST).
|
||||||
|
|
||||||
|
[[ *Sequence*
|
||||||
|
:[ *Description*
|
||||||
|
| DCS q <sixel data> ST
|
||||||
|
: Emit a sixel image at the current cursor position
|
||||||
|
| DCS = 1 s ST
|
||||||
|
: Begin application synchronized updates
|
||||||
|
| DCS = 2 s ST
|
||||||
|
: End application synchronized updates
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue