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

Function cl_end

outdated/sys/mac/mttymain.c:458–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void
459cl_end(void)
460{
461 _mt_set_colors(_mt_attrs[0]);
462 clear_tty_window(_mt_window, ttyDisplay->curx, ttyDisplay->cury, CO - 1,
463 ttyDisplay->cury);
464}
465
466void
467clear_screen(void)

Callers

nothing calls this directly

Calls 2

_mt_set_colorsFunction · 0.85
clear_tty_windowFunction · 0.85

Tested by

no test coverage detected