mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-21 04:24:19 -04:00
Improvements to TTY attribute handling
This commit is contained in:
parent
f80823344b
commit
f86acc3f08
4 changed files with 58 additions and 29 deletions
|
@ -558,7 +558,7 @@ async def _spin(until: callable = None, timeout: float | None = None) -> bool:
|
|||
_link: RNS.Link | None = None
|
||||
_remote_exec_grace = 2.0
|
||||
_new_data: asyncio.Event | None = None
|
||||
_tr = process.TtyRestorer(sys.stdin.fileno())
|
||||
_tr = process.TTYRestorer(sys.stdin.fileno())
|
||||
|
||||
|
||||
def _client_packet_handler(message, packet):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue