mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 10:47:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user