SET_TTY
#define SET_TTY(fd, buf) tcsetattr(fd, TCSADRAIN, buf)
#define SET_TTY(fd, buf) _nc_console_setmode(_nc_console_fd2handle(fd),buf)
#define SET_TTY(fd, buf) stty(fd, buf)
#undef SET_TTY