Searched refs:LocalTermAttributes (Results 1 – 1 of 1) sorted by relevance
242 struct termios LocalTermAttributes; in OsEnterLineEditMode() local264 memcpy (&LocalTermAttributes, &OriginalTermAttributes, in OsEnterLineEditMode()267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO); in OsEnterLineEditMode()268 LocalTermAttributes.c_cc[VMIN] = 1; in OsEnterLineEditMode()269 LocalTermAttributes.c_cc[VTIME] = 0; in OsEnterLineEditMode()271 if (tcsetattr (STDIN_FILENO, TCSANOW, &LocalTermAttributes)) in OsEnterLineEditMode()