MCPcopy Create free account
hub / github.com/NetHack/NetHack / setftty

Function setftty

sys/share/pctty.c:50–54  ·  view source on GitHub ↗

called by init_nhwindows() and resume_nhwindows() */

Source from the content-addressed store, hash-verified

48
49/* called by init_nhwindows() and resume_nhwindows() */
50void
51setftty(void)
52{
53 term_start_screen();
54}
55
56#if defined(TIMED_DELAY) && defined(_MSC_VER)
57void

Callers

nothing calls this directly

Calls 1

term_start_screenFunction · 0.50

Tested by

no test coverage detected