Searched refs:STORED_SETTINGS (Results 1 – 1 of 1) sorted by relevance
12 static mut STORED_SETTINGS: Option<Termios> = None; constant27 STORED_SETTINGS = Some(cur_settings); in set_tty()38 tcsetattr(stdin, termios::TCSANOW, &STORED_SETTINGS.unwrap())?; in reset_tty()