This commit is contained in:
Kovid Goyal 2025-11-17 12:46:54 +05:30
parent 478294a335
commit 1c470fe1f7
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1288,7 +1288,7 @@ def title_changed(self, new_title: memoryview | None, is_base64: bool = False) -
self.title_updated()
def osc_context(self, ctx_data: memoryview) -> None:
pass # this is systemd's useless OSC 3008 context protocol
pass # this is systemd's useless OSC 3008 context protocol https://systemd.io/OSC_CONTEXT/
def icon_changed(self, new_icon: memoryview) -> None:
pass # TODO: Implement this