mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
478294a335
commit
1c470fe1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1288,7 +1288,7 @@ class Window:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue