mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
doc: ctlseq: don’t highlight literal characters, only parameters
This commit is contained in:
parent
0a33ce3e78
commit
36f8cf0043
1 changed files with 13 additions and 13 deletions
|
|
@ -16,32 +16,32 @@ This document describes all the control sequences supported by foot.
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Name*
|
:[ *Name*
|
||||||
:[ *Description*
|
:[ *Description*
|
||||||
| *\\a*
|
| \\a
|
||||||
: BEL
|
: BEL
|
||||||
: Depends on what *bell* in *foot.ini*(5) is set to.
|
: Depends on what *bell* in *foot.ini*(5) is set to.
|
||||||
| *\\b*
|
| \\b
|
||||||
: BS
|
: BS
|
||||||
: Backspace; move the cursor left one step. Wrap if _bw_ is enabled.
|
: Backspace; move the cursor left one step. Wrap if _bw_ is enabled.
|
||||||
| *\\t*
|
| \\t
|
||||||
: HT
|
: HT
|
||||||
: Horizontal tab; move the cursor to the next tab stop.
|
: Horizontal tab; move the cursor to the next tab stop.
|
||||||
| *\\n*
|
| \\n
|
||||||
: LF
|
: LF
|
||||||
: Line feed; move the cursor down one step, or scroll content up if
|
: Line feed; move the cursor down one step, or scroll content up if
|
||||||
at the bottom line.
|
at the bottom line.
|
||||||
| *\\v*
|
| \\v
|
||||||
: VT
|
: VT
|
||||||
: Vertical tab; identical to _LF_.
|
: Vertical tab; identical to _LF_.
|
||||||
| *\\f*
|
| \\f
|
||||||
: FF
|
: FF
|
||||||
: Form feed; identical to _LF_.
|
: Form feed; identical to _LF_.
|
||||||
| *\\r*
|
| \\r
|
||||||
: CR
|
: CR
|
||||||
: Carriage ret; move the cursor to the leftmost column.
|
: Carriage ret; move the cursor to the leftmost column.
|
||||||
| *\\x0E*
|
| \\x0E
|
||||||
: SS0
|
: SS0
|
||||||
: Shift out; select the _G1_ character set.
|
: Shift out; select the _G1_ character set.
|
||||||
| *\\x0F*
|
| \\x0F
|
||||||
: SS1
|
: SS1
|
||||||
: Shift in; select the _G0_ character set.
|
: Shift in; select the _G0_ character set.
|
||||||
|
|
||||||
|
|
@ -221,16 +221,16 @@ following 4 escape sequences:
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Name*
|
:[ *Name*
|
||||||
:[ *Description*
|
:[ *Description*
|
||||||
| \\E[ ? _Pm_ *h*
|
| \\E[ ? _Pm_ h
|
||||||
: DECSET
|
: DECSET
|
||||||
: Enable private mode
|
: Enable private mode
|
||||||
| \\E[ ? _Pm_ *l*
|
| \\E[ ? _Pm_ l
|
||||||
: DECRST
|
: DECRST
|
||||||
: Disable private mode
|
: Disable private mode
|
||||||
| \\E[ ? _Pm_ *s*
|
| \\E[ ? _Pm_ s
|
||||||
: XTSAVE
|
: XTSAVE
|
||||||
: Save private mode
|
: Save private mode
|
||||||
| \\E[ ? _Pm_ *r*
|
| \\E[ ? _Pm_ r
|
||||||
: XTRESTORE
|
: XTRESTORE
|
||||||
: Restore private mode
|
: Restore private mode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue