GET_TTY
#define GET_TTY(fd, buf) tcgetattr(fd, buf)
#define GET_TTY(fd, buf) _nc_console_getmode(_nc_console_fd2handle(fd),buf)
#define GET_TTY(fd, buf) gtty(fd, buf)
#undef GET_TTY