mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
doc: ctlseq: add ‘origin’ column to OSC escape table
This commit is contained in:
parent
d74e62d65f
commit
5539a7a02c
1 changed files with 17 additions and 1 deletions
|
|
@ -252,49 +252,65 @@ above categories.
|
||||||
All _OSC_ sequences begin with *\\E]*, sometimes abbreviated _OSC_.
|
All _OSC_ sequences begin with *\\E]*, sometimes abbreviated _OSC_.
|
||||||
|
|
||||||
[[ *Sequence*
|
[[ *Sequence*
|
||||||
|
:[ *Origin*
|
||||||
:[ *Description*
|
:[ *Description*
|
||||||
| \\E] 0 ; _Pt_ ST
|
| \\E] 0 ; _Pt_ ST
|
||||||
|
: 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_ ST
|
||||||
|
: xterm
|
||||||
: Set window title to _Pt_
|
: Set window title to _Pt_
|
||||||
| \\E] 4 ; _c_ ; _spec_ ST
|
| \\E] 4 ; _c_ ; _spec_ ST
|
||||||
|
: 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_ ST
|
||||||
|
: 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] 10 ; _spec_ ST
|
| \\E] 10 ; _spec_ ST
|
||||||
|
: 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_ ST
|
||||||
|
: 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_ ST
|
||||||
|
: 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_ ; ? ST
|
||||||
|
: 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_ ST
|
||||||
|
: 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_] ST
|
||||||
|
: 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 ST
|
||||||
|
: xterm
|
||||||
: Reset default foreground color
|
: Reset default foreground color
|
||||||
| \\E] 111 ST
|
| \\E] 111 ST
|
||||||
|
: xterm
|
||||||
: Reset default background color
|
: Reset default background color
|
||||||
| \\E] 112 ST
|
| \\E] 112 ST
|
||||||
|
: xterm
|
||||||
: Reset cursor color
|
: Reset cursor color
|
||||||
| \\E] 555 ST
|
| \\E] 555 ST
|
||||||
|
: foot
|
||||||
: Flash the entire terminal (foot extension)
|
: Flash the entire terminal (foot extension)
|
||||||
| \\E] 777 ; notify ; _summary_ ; _message_ ST
|
| \\E] 777;notify;_title_;_msg_ ST
|
||||||
|
: urxvt
|
||||||
: Desktop notification, uses *notify* in *foot.ini*(5).
|
: Desktop notification, uses *notify* in *foot.ini*(5).
|
||||||
|
|
||||||
# DCS
|
# DCS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue