Lines Matching full:termios
403 # Importing termios will fail on non-unix platforms.404 import termios406 termios = None534 if (not sys.stdout.isatty()) or (termios is None) or (fcntl is None):537 data = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, '1234')