Add support for OSC 777 based desktop notifications

Might as well, since we also support OSC 9, so why not yet another
poorly designed legacy scheme.
This commit is contained in:
Kovid Goyal
2021-10-25 10:46:00 +05:30
parent 24d5fc5f15
commit 0f193141af
4 changed files with 25 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ dispatch_osc(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
break;
case 9:
case 99:
case 777:
START_DISPATCH
DISPATCH_OSC_WITH_CODE(desktop_notify)
END_DISPATCH