Fix typo that caused OSC 3008 to set title rather than just be ignored

Fixes #9226
This commit is contained in:
Kovid Goyal
2025-11-17 12:23:10 +05:30
parent e6d7e91000
commit 478294a335
2 changed files with 4 additions and 1 deletions

View File

@@ -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')