MCPcopy Index your code
hub / github.com/NetHack/NetHack / term_end_screen

Function term_end_screen

win/tty/termcap.c:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542void
543term_end_screen(void)
544{
545 term_clear_screen();
546 xputs(VE);
547 xputs(TE);
548}
549
550/* Cursor movements */
551

Callers

nothing calls this directly

Calls 2

term_clear_screenFunction · 0.70
xputsFunction · 0.70

Tested by

no test coverage detected