mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-20 06:05:16 +00:00
Correct the type signature for callback
This commit is contained in:
parent
23d7494e3a
commit
71189aee9f
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ class Child:
|
|||
return environ_of_process(pid)
|
||||
return {}
|
||||
|
||||
def send_signal_for_key(self, key_num: int) -> bool:
|
||||
def send_signal_for_key(self, key_num: bytes) -> bool:
|
||||
import signal
|
||||
import termios
|
||||
if self.child_fd is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue