mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
clipboard kitten: fix copies to clipboard not working without the --wait-for-completion option
This commit is contained in:
@@ -107,6 +107,9 @@ class Handler:
|
||||
def on_eot(self) -> None:
|
||||
pass
|
||||
|
||||
def on_writing_finished(self) -> None:
|
||||
pass
|
||||
|
||||
def on_kitty_cmd_response(self, response: Dict) -> None:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user