doc: ctlseqs: escape backslashes

This commit is contained in:
Daniel Eklöf 2021-01-09 18:03:16 +01:00
parent 6594c39823
commit 634116e637
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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).