Searched refs:orig_termios (Results 1 – 1 of 1) sorted by relevance
127 static struct termios orig_termios; /* In order to restore at exit.*/ variable226 if (tcgetattr(fd,&orig_termios) == -1) goto fatal; in enableRawMode()228 raw = orig_termios; /* modify the original mode */ in enableRawMode()255 if (rawmode && tcsetattr(fd,TCSAFLUSH,&orig_termios) != -1) in disableRawMode()