mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
The legacy osc 52 protocol now works with the new clipboard requests manager class
This commit is contained in:
@@ -1280,6 +1280,7 @@ class Window:
|
||||
def destroy(self) -> None:
|
||||
self.call_watchers(self.watchers.on_close, {})
|
||||
self.destroyed = True
|
||||
self.clipboard_request_manager.close()
|
||||
del self.kitten_result_processors
|
||||
if hasattr(self, 'screen'):
|
||||
if self.is_active and self.os_window_id == current_focused_os_window_id():
|
||||
|
||||
Reference in New Issue
Block a user