Add an option to disable OSC 8

This commit is contained in:
Kovid Goyal
2020-09-03 21:55:02 +05:30
parent 9293d9b0ed
commit 399a1f8fee
6 changed files with 24 additions and 7 deletions

View File

@@ -489,6 +489,9 @@ class Window:
def use_utf8(self, on: bool) -> None:
get_boss().child_monitor.set_iutf8_winid(self.id, on)
def open_url(self, url: str, hyperlink_id: int) -> None:
get_boss().open_url(url)
def focus_changed(self, focused: bool) -> None:
if self.destroyed:
return