mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user