This commit is contained in:
Kovid Goyal
2025-02-18 19:02:32 +05:30
parent 6f57537f30
commit eb5a9bc6a3
2 changed files with 3 additions and 0 deletions

View File

@@ -1318,6 +1318,7 @@ class Window:
ret = set_pointer_shape(self.screen, value, self.os_window_id)
if ret:
self.screen.send_escape_code_to_child(ESC_OSC, '22;' + ret)
return
dirtied = default_bg_changed = False
def change(which: DynamicColor, val: str) -> None: