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

Function clear_screen

outdated/sys/mac/mttymain.c:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void
467clear_screen(void)
468{
469 _mt_set_colors(_mt_attrs[0]);
470 clear_tty(_mt_window);
471}
472
473void
474cl_eos(void)

Callers 1

mac_exit_nhwindowsFunction · 0.85

Calls 2

_mt_set_colorsFunction · 0.85
clear_ttyFunction · 0.85

Tested by

no test coverage detected