Searched refs:new_settings (Results 1 – 2 of 2) sorted by relevance
79 static struct sgttyb new_settings; variable83 static struct termio new_settings; variable87 static struct termios new_settings; variable247 new_settings = old_settings; in init_screen()250 new_settings.sg_flags |= CBREAK; in init_screen()251 new_settings.sg_flags &= ~(ECHO|XTABS); in init_screen()252 (void) ioctl(STDOUT, TIOCSETP, &new_settings); in init_screen()277 new_settings = old_settings; in init_screen()280 new_settings.c_lflag &= ~(ICANON|ECHO); in init_screen()281 new_settings.c_oflag &= ~(TAB3); in init_screen()[all …]
68 uint32_t new_settings; member