mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Correct the type signature for callback
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user