tty.setcbreak()

tty.setcbreak(fd, when=termios.TCSAFLUSH)

Change the mode of file descriptor fd to cbreak. If when is omitted, it defaults to termios.TCSAFLUSH, and is passed to termios.tcsetattr().

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.