From 694a52bcffeffdc9e163818c3b2ac5c39e26f1ef Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 10 Jul 2022 20:11:28 +0300 Subject: 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. --- docs/escape_support.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 | | -- cgit v1.2.3-54-g00ecf