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

@@ -1286,6 +1286,9 @@ class Window:
if self.override_title is None:
self.title_updated()
def osc_context(self, ctx_data: memoryview) -> None:
pass # this is systemd's useless OSC 3008 context protocol
def icon_changed(self, new_icon: memoryview) -> None:
pass # TODO: Implement this