From 246c7ffc0fd3f570134c28b1f37a13b50f990fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 26 May 2021 22:44:56 +0200 Subject: [PATCH] readme: add OSC 8, 17, 19, 117, 119 and 777 to list of supported OSC --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b6d48cd9..21cdbe10 100644 --- a/README.md +++ b/README.md @@ -377,15 +377,22 @@ with the terminal emulator itself. Foot implements the following OSCs: * `OSC 2` - change window title * `OSC 4` - change color palette * `OSC 7` - report CWD +* `OSC 8` - hyperlink * `OSC 10` - change (default) foreground color * `OSC 11` - change (default) background color * `OSC 12` - change cursor color +* `OSC 17` - change highlight (selection) background color +* `OSC 19` - change highlight (selection) foreground color * `OSC 52` - copy/paste clipboard data * `OSC 104` - reset color palette * `OSC 110` - reset default foreground color * `OSC 111` - reset default background color * `OSC 112` - reset cursor color +* `ISC 117` - reset highlight background color +* `OSC 119` - reset highlight foreground color * `OSC 555` - flash screen (**foot specific**) +* `OSC 777` - desktop notification (only the `;notify` sub-command of + OSC 777 is supported.) ## Programmatically checking if running in foot