mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
doc: ctlseqs: escape backslashes
This commit is contained in:
parent
6594c39823
commit
634116e637
1 changed files with 4 additions and 4 deletions
|
|
@ -50,10 +50,10 @@ Foot does not support any CC1 control sequences.
|
||||||
|
|
||||||
# CSI
|
# CSI
|
||||||
|
|
||||||
All sequences begin with *\E[*, denoted _CSI_ in the tables
|
All sequences begin with *\\E[*, denoted _CSI_ in the tables
|
||||||
below. Spaces are used in the sequence strings to make them easier to
|
below. Spaces are used in the sequence strings to make them easier to
|
||||||
read, but are not actually part of the string. I.e. *CSI 1 m* is
|
read, but are not actually part of the string. I.e. *CSI 1 m* is
|
||||||
really *\E1m*.
|
really *\\E1m*.
|
||||||
|
|
||||||
## SGR
|
## SGR
|
||||||
|
|
||||||
|
|
@ -150,10 +150,10 @@ above categories.
|
||||||
# OSC
|
# OSC
|
||||||
|
|
||||||
*TODO*
|
*TODO*
|
||||||
All _OSC_ sequences begin with *\E]*.
|
All _OSC_ sequences begin with *\\E]*.
|
||||||
|
|
||||||
# DCS
|
# DCS
|
||||||
|
|
||||||
*TODO*
|
*TODO*
|
||||||
All _DCS_ sequences begin with *\EP*, and are terminated by *\E\\*
|
All _DCS_ sequences begin with *\\EP*, and are terminated by *\\E\\*
|
||||||
(ST).
|
(ST).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue