mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
doc: ctlseq: replace ‘ST’ with the actual characters, ‘\E\’
This commit is contained in:
parent
8a3537b940
commit
f08b05e796
1 changed files with 19 additions and 19 deletions
|
|
@ -545,67 +545,67 @@ All _OSC_ sequences begin with *\\E]*, sometimes abbreviated _OSC_.
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Origin*
|
:[ *Origin*
|
||||||
:[ *Description*
|
:[ *Description*
|
||||||
| \\E] 0 ; _Pt_ ST
|
| \\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
|
||||||
icon)
|
icon)
|
||||||
| \\E] 2 ; _Pt_ ST
|
| \\E] 2 ; _Pt_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Set window title to _Pt_
|
: Set window title to _Pt_
|
||||||
| \\E] 4 ; _c_ ; _spec_ ST
|
| \\E] 4 ; _c_ ; _spec_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Change color number _c_ to _spec_, where _spec_ is a color in
|
: Change color number _c_ to _spec_, where _spec_ is a color in
|
||||||
*XParseColor* format. foot only supports RGB colors; either
|
*XParseColor* format. foot only supports RGB colors; either
|
||||||
*rgb:<red>/<green>/<blue>*, or the legacy format (*#rgb*).
|
*rgb:<red>/<green>/<blue>*, or the legacy format (*#rgb*).
|
||||||
| \\E] 7 ; _Uri_ ST
|
| \\E] 7 ; _Uri_ \\E\\
|
||||||
: iTerm2
|
: iTerm2
|
||||||
: Update the terminal's current working directory. Newly spawned
|
: Update the terminal's current working directory. Newly spawned
|
||||||
terminals will launch in this directory. _Uri_ must be on the format
|
terminals will launch in this directory. _Uri_ must be on the format
|
||||||
*file://<hostname>/<path>*. *hostname* must refer to your local host.
|
*file://<hostname>/<path>*. *hostname* must refer to your local host.
|
||||||
| \\E] 8 ; _id_=*ID* ; _Uri_ ST
|
| \\E] 8 ; _id_=*ID* ; _Uri_ \\E\\
|
||||||
: VTE+iTerm2
|
: VTE+iTerm2
|
||||||
: Hyperlink (a.k.a HTML-like anchors). _id_ is optional; if assigned,
|
: Hyperlink (a.k.a HTML-like anchors). _id_ is optional; if assigned,
|
||||||
all URIs with the same *ID* will be treated as a single
|
all URIs with the same *ID* will be treated as a single
|
||||||
hyperlink. An empty URI closes the hyperlink.
|
hyperlink. An empty URI closes the hyperlink.
|
||||||
| \\E] 10 ; _spec_ ST
|
| \\E] 10 ; _spec_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Change the default foreground color to _spec_, a color in
|
: Change the default foreground color to _spec_, a color in
|
||||||
*XParseColor* format.
|
*XParseColor* format.
|
||||||
| \\E] 11 ; _spec_ ST
|
| \\E] 11 ; _spec_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Change the default background color to _spec_, a color in
|
: Change the default background color to _spec_, a color in
|
||||||
*XParseColor* format.
|
*XParseColor* format.
|
||||||
| \\E] 12 ; _spec_ ST
|
| \\E] 12 ; _spec_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Change cursor color to _spec_, a color in *XParseColor* format.
|
: Change cursor color to _spec_, a color in *XParseColor* format.
|
||||||
| \\E] 52 ; _Pc_ ; ? ST
|
| \\E] 52 ; _Pc_ ; ? \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Send clipboard data. _Pc_ can be either *c*, *s* or *p*. *c* uses
|
: Send clipboard data. _Pc_ can be either *c*, *s* or *p*. *c* uses
|
||||||
the clipboard as source, and *s* and *p* uses the primary
|
the clipboard as source, and *s* and *p* uses the primary
|
||||||
selection. The response is *OSC 52 ; Pc ; <base64-encoded data>*,
|
selection. The response is *OSC 52 ; Pc ; <base64-encoded data>*,
|
||||||
where _Pc_ indicates the source used.
|
where _Pc_ indicates the source used.
|
||||||
| \\E] 52 ; _Pc_ ; _Pd_ ST
|
| \\E] 52 ; _Pc_ ; _Pd_ \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Copy _Pd_ (base64 encoded text) to the clipboard. _Pc_ indicates the
|
: Copy _Pd_ (base64 encoded text) to the clipboard. _Pc_ indicates the
|
||||||
target: *c* targets the clipboard and *s* and *p* the primary
|
target: *c* targets the clipboard and *s* and *p* the primary
|
||||||
selection.
|
selection.
|
||||||
| \\E] 104 [; _c_] ST
|
| \\E] 104 [; _c_] \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Reset color number _c_, or all colors (excluding the default
|
: Reset color number _c_, or all colors (excluding the default
|
||||||
foreground/background colors) if _c_ is omitted.
|
foreground/background colors) if _c_ is omitted.
|
||||||
| \\E] 110 ST
|
| \\E] 110 \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Reset default foreground color
|
: Reset default foreground color
|
||||||
| \\E] 111 ST
|
| \\E] 111 \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Reset default background color
|
: Reset default background color
|
||||||
| \\E] 112 ST
|
| \\E] 112 \\E\\
|
||||||
: xterm
|
: xterm
|
||||||
: Reset cursor color
|
: Reset cursor color
|
||||||
| \\E] 555 ST
|
| \\E] 555 \\E\\
|
||||||
: foot
|
: foot
|
||||||
: Flash the entire terminal (foot extension)
|
: Flash the entire terminal (foot extension)
|
||||||
| \\E] 777;notify;_title_;_msg_ ST
|
| \\E] 777;notify;_title_;_msg_ \\E\\
|
||||||
: urxvt
|
: urxvt
|
||||||
: Desktop notification, uses *notify* in *foot.ini*(5).
|
: Desktop notification, uses *notify* in *foot.ini*(5).
|
||||||
|
|
||||||
|
|
@ -616,11 +616,11 @@ and are terminated by *\\E\\* (ST).
|
||||||
|
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
:[ *Description*
|
:[ *Description*
|
||||||
| \\EP q <sixel data> ST
|
| \\EP q <sixel data> \\E\\
|
||||||
: Emit a sixel image at the current cursor position
|
: Emit a sixel image at the current cursor position
|
||||||
| \\EP = 1 s ST
|
| \\EP = 1 s \\E\\
|
||||||
: Begin application synchronized updates
|
: Begin application synchronized updates
|
||||||
| \\EP = 2 s ST
|
| \\EP = 2 s \\E\\
|
||||||
: End application synchronized updates
|
: End application synchronized updates
|
||||||
|
|
||||||
# FOOTNOTE
|
# FOOTNOTE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue