Searched refs:stdin (Results 1 – 1 of 1) sorted by relevance
16 let stdin = io::stdin().as_raw_fd(); in set_tty() localVariable17 let cur_settings = Termios::from_fd(stdin)?; in set_tty()24 tcsetattr(stdin, termios::TCSANOW, &new_settings)?; in set_tty()35 let stdin = io::stdin().as_raw_fd(); in reset_tty() localVariable38 tcsetattr(stdin, termios::TCSANOW, &STORED_SETTINGS.unwrap())?; in reset_tty()