Improvements to TTY attribute handling

This commit is contained in:
Aaron Heise 2023-02-11 11:50:13 -06:00
parent f80823344b
commit f86acc3f08
4 changed files with 58 additions and 29 deletions

View file

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