mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
doc: foot-ctlseq: expand last column to fill screen in all tables
This commit is contained in:
parent
ccfb953bb0
commit
3b9aca6a3d
1 changed files with 9 additions and 9 deletions
|
|
@ -22,7 +22,7 @@ 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.
|
||||||
|
|
@ -60,7 +60,7 @@ equivalent to 8-bit C1 controls.
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Name*
|
:[ *Name*
|
||||||
:[ *Origin*
|
:[ *Origin*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| \\E 7
|
| \\E 7
|
||||||
: DECSC
|
: DECSC
|
||||||
: VT100
|
: VT100
|
||||||
|
|
@ -140,7 +140,7 @@ single CSI sequence by separating them with semicolons: *\\E[ 1;2;3
|
||||||
m*.
|
m*.
|
||||||
|
|
||||||
[[ *Parameter*
|
[[ *Parameter*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| 0
|
| 0
|
||||||
: Reset all attributes
|
: Reset all attributes
|
||||||
| 1
|
| 1
|
||||||
|
|
@ -223,7 +223,7 @@ following 4 escape sequences:
|
||||||
|
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Name*
|
:[ *Name*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| \\E[ ? _Pm_ h
|
| \\E[ ? _Pm_ h
|
||||||
: DECSET
|
: DECSET
|
||||||
: Enable private mode
|
: Enable private mode
|
||||||
|
|
@ -243,7 +243,7 @@ that corresponds to one of the following modes:
|
||||||
|
|
||||||
[[ *Parameter*
|
[[ *Parameter*
|
||||||
:[ *Origin*
|
:[ *Origin*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| 1
|
| 1
|
||||||
: VT100
|
: VT100
|
||||||
: Cursor keys mode (DECCKM)
|
: Cursor keys mode (DECCKM)
|
||||||
|
|
@ -344,7 +344,7 @@ manipulation sequences. The generic format is:
|
||||||
|
|
||||||
[[ *Parameter 1*
|
[[ *Parameter 1*
|
||||||
:[ *Parameter 2*
|
:[ *Parameter 2*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| 11
|
| 11
|
||||||
: -
|
: -
|
||||||
: Report if window is iconified. Foot always reports *1* - not iconified.
|
: Report if window is iconified. Foot always reports *1* - not iconified.
|
||||||
|
|
@ -394,7 +394,7 @@ manipulation sequences. The generic format is:
|
||||||
[[ *Parameter*
|
[[ *Parameter*
|
||||||
:[ *Name*
|
:[ *Name*
|
||||||
:[ *Origin*
|
:[ *Origin*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| \\E[ _Ps_ c
|
| \\E[ _Ps_ c
|
||||||
: DA
|
: DA
|
||||||
: VT100
|
: VT100
|
||||||
|
|
@ -595,7 +595,7 @@ All _OSC_ sequences begin with *\\E]*, sometimes abbreviated _OSC_.
|
||||||
|
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Origin*
|
:[ *Origin*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| \\E] 0 ; _Pt_ \\E\\
|
| \\E] 0 ; _Pt_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Set window icon and title to _Pt_ (foot does not support setting the
|
: Set window icon and title to _Pt_ (foot does not support setting the
|
||||||
|
|
@ -693,7 +693,7 @@ All _DCS_ sequences begin with *\\EP* (sometimes abbreviated _DCS_),
|
||||||
and are terminated by *\\E\\* (ST).
|
and are terminated by *\\E\\* (ST).
|
||||||
|
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Description*
|
:< *Description*
|
||||||
| \\EP q <sixel data> \\E\\
|
| \\EP q <sixel data> \\E\\
|
||||||
: Emit a sixel image at the current cursor position
|
: Emit a sixel image at the current cursor position
|
||||||
| \\P $ q <query> \\E\\
|
| \\P $ q <query> \\E\\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue