Home
last modified time | relevance | path

Searched refs:new_tty (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
104 new_tty = old_tty; in repl_getch()
105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
A Drpng2-win.c112 struct termio old_tty, new_tty; in repl_getch() local
115 new_tty = old_tty; in repl_getch()
116 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
117 ioctl(fd, TCSETA, &new_tty); in repl_getch()

Completed in 6 milliseconds