Searched refs:old_settings (Results 1 – 1 of 1) sorted by relevance
136 static struct sgttyb old_settings; variable140 static struct termio old_settings; variable144 static struct termios old_settings; variable340 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1) in screen_readtermcap()346 if (ioctl(STDOUT, TCGETA, &old_settings) == -1) in screen_readtermcap()352 if (tcgetattr(STDOUT, &old_settings) == -1) in screen_readtermcap()367 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1) in screen_init()370 new_settings = old_settings; in screen_init()378 ch_erase = old_settings.sg_erase; in screen_init()379 ch_kill = old_settings.sg_kill; in screen_init()[all …]