| 305 | /* end of sub2video hack */ |
| 306 | |
| 307 | static void term_exit_sigsafe(void) |
| 308 | { |
| 309 | #if HAVE_TERMIOS_H |
| 310 | if(restore_tty) |
| 311 | tcsetattr (0, TCSANOW, &oldtty); |
| 312 | #endif |
| 313 | } |
| 314 | |
| 315 | void term_exit(void) |
| 316 | { |
no outgoing calls
no test coverage detected