readme: add OSC 8, 17, 19, 117, 119 and 777 to list of supported OSC

This commit is contained in:
Daniel Eklöf 2021-05-26 22:44:56 +02:00
parent e5fedb77d9
commit 246c7ffc0f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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