mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user