mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
doc: ctlseq: add missing ‘[’ in example escape sequence
This commit is contained in:
parent
db9bd8c1ae
commit
022646f8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ equivalent to 8-bit C1 controls.
|
||||||
|
|
||||||
All sequences begin with *\\E[*, sometimes abbreviated _CSI_. Spaces
|
All sequences begin with *\\E[*, sometimes abbreviated _CSI_. Spaces
|
||||||
are used in the sequence strings to make them easier to read, but are
|
are used in the sequence strings to make them easier to read, but are
|
||||||
not actually part of the string. I.e. *\\E[ 1 m* is really *\\E1m*.
|
not actually part of the string. I.e. *\\E[ 1 m* is really *\\E[1m*.
|
||||||
|
|
||||||
## SGR
|
## SGR
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue