mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Remove parse error forsystemd's useless OSC 3008 context protocol
It's spamming the test logs. Just ignore it silently
This commit is contained in:
@@ -248,6 +248,7 @@ void screen_pop_colors(Screen *, unsigned int);
|
||||
void screen_report_color_stack(Screen *);
|
||||
void screen_handle_kitty_dcs(Screen *, const char *callback_name, PyObject *cmd);
|
||||
void set_title(Screen *self, PyObject*);
|
||||
void osc_context(Screen *self, PyObject *ctx);
|
||||
void desktop_notify(Screen *self, unsigned int, PyObject*);
|
||||
void set_icon(Screen *self, PyObject*);
|
||||
void set_dynamic_color(Screen *self, unsigned int code, PyObject*);
|
||||
|
||||
Reference in New Issue
Block a user