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
2016-10-07 17:45:21
Comments
Leave a Comment

Please login to continue.