Searched refs:new_termios (Results 1 – 1 of 1) sorted by relevance
22 struct termios new_termios; in set_conio_terminal_mode() local26 memcpy(&new_termios, &orig_termios, sizeof(new_termios)); in set_conio_terminal_mode()30 cfmakeraw(&new_termios); in set_conio_terminal_mode()31 new_termios.c_oflag |= OPOST; in set_conio_terminal_mode()32 tcsetattr(0, TCSANOW, &new_termios); in set_conio_terminal_mode()