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:
Kovid Goyal
2025-11-11 09:42:42 +05:30
parent 456fa8691a
commit 1faf786bd2
4 changed files with 13 additions and 1 deletions

View File

@@ -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*);