diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-07-10 20:11:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 20:11:28 +0300 |
commit | 694a52bcffeffdc9e163818c3b2ac5c39e26f1ef (patch) | |
tree | a774babc1869b4c700d7df1478dbbfe5b2c3bcda /docs | |
parent | 8451b75689b44f11ec1707af7e26d915772c3972 (diff) | |
download | alacritty-694a52bcffeffdc9e163818c3b2ac5c39e26f1ef.tar.gz alacritty-694a52bcffeffdc9e163818c3b2ac5c39e26f1ef.zip |
Add support for hyperlink escape sequence
This commit adds support for hyperlink escape sequence
`OSC 8 ; params ; URI ST`. The configuration option responsible for
those is `hints.enabled.hyperlinks`.
Fixes #922.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/escape_support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md index f95c1e2c..498aed5e 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -90,6 +90,7 @@ brevity. | `OSC 1` | REJECTED | Icon names are not supported | | `OSC 2` | IMPLEMENTED | | | `OSC 4` | IMPLEMENTED | | +| `OSC 8` | IMPLEMENTED | | | `OSC 10` | IMPLEMENTED | | | `OSC 11` | IMPLEMENTED | | | `OSC 12` | IMPLEMENTED | | |