clipboard kitten: fix copies to clipboard not working without the --wait-for-completion option

This commit is contained in:
Kovid Goyal
2021-07-24 07:55:50 +05:30
parent 31da01d4df
commit ff191c9404
4 changed files with 13 additions and 1 deletions

View File

@@ -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