Searched refs:new_settings (Results 1 – 1 of 1) sorted by relevance
137 static struct sgttyb new_settings; variable141 static struct termio new_settings; variable145 static struct termios new_settings; variable370 new_settings = old_settings; in screen_init()373 new_settings.sg_flags |= CBREAK; in screen_init()374 new_settings.sg_flags &= ~(ECHO|XTABS); in screen_init()375 (void) ioctl(STDOUT, TIOCSETP, &new_settings); in screen_init()401 new_settings = old_settings; in screen_init()404 new_settings.c_lflag &= ~(ICANON|ECHO); in screen_init()405 new_settings.c_oflag &= ~(TAB3); in screen_init()[all …]