This commit is contained in:
Kovid Goyal 2025-02-18 10:04:37 +05:30
commit 4956009759
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1317,7 +1317,7 @@ def set_dynamic_color(self, code: int, value: str | bytes | memoryview = '') ->
if code == 22:
ret = set_pointer_shape(self.screen, value, self.os_window_id)
if ret:
self.screen.send_escape_code_to_child(ESC_OSC, '22:' + ret)
self.screen.send_escape_code_to_child(ESC_OSC, '22;' + ret)
dirtied = default_bg_changed = False
def change(which: DynamicColor, val: str) -> None: