Searched refs:LocalTermAttributes (Results 1 – 1 of 1) sorted by relevance
137 struct termios LocalTermAttributes; in OsEnterLineEditMode() local159 memcpy (&LocalTermAttributes, &OriginalTermAttributes, in OsEnterLineEditMode()162 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO); in OsEnterLineEditMode()163 LocalTermAttributes.c_cc[VMIN] = 1; in OsEnterLineEditMode()164 LocalTermAttributes.c_cc[VTIME] = 0; in OsEnterLineEditMode()166 if (tcsetattr (STDIN_FILENO, TCSANOW, &LocalTermAttributes)) in OsEnterLineEditMode()