mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Fix typo that caused OSC 3008 to set title rather than just be ignored
Fixes #9226
This commit is contained in:
@@ -81,6 +81,9 @@ class Callbacks:
|
||||
def title_changed(self, data, is_base64=False) -> None:
|
||||
self.titlebuf.append(process_title_from_child(data, is_base64, ''))
|
||||
|
||||
def osc_context(self, data):
|
||||
pass
|
||||
|
||||
def icon_changed(self, data) -> None:
|
||||
self.iconbuf += str(data, 'utf-8')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user