called by init_nhwindows() and resume_nhwindows() */
| 48 | |
| 49 | /* called by init_nhwindows() and resume_nhwindows() */ |
| 50 | void |
| 51 | setftty(void) |
| 52 | { |
| 53 | term_start_screen(); |
| 54 | } |
| 55 | |
| 56 | #if defined(TIMED_DELAY) && defined(_MSC_VER) |
| 57 | void |
nothing calls this directly
no test coverage detected