mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
doc: ctlseq: make OSC 8 formatting consistent with other sequences
This commit is contained in:
parent
23cf80667a
commit
3d3ee2274f
1 changed files with 3 additions and 3 deletions
|
|
@ -599,10 +599,10 @@ All _OSC_ sequences begin with *\\E]*, sometimes abbreviated _OSC_.
|
||||||
: 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_ \\E\\
|
| \\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=_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] 9 ; _msg_ \\E\\
|
| \\E] 9 ; _msg_ \\E\\
|
||||||
: iTerm2
|
: iTerm2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue