This commit is contained in:
Kovid Goyal
2023-05-08 16:36:47 +05:30
parent a1d791083b
commit 061c444f20

View File

@@ -1004,7 +1004,7 @@ class Window:
'--ssh-connection-data', json.dumps(conn_data)
)
def send_signal_for_key(self, key_num: int) -> bool:
def send_signal_for_key(self, key_num: bytes) -> bool:
try:
return self.child.send_signal_for_key(key_num)
except OSError as err: