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

Function cl_eos

outdated/sys/mac/mttymain.c:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void
474cl_eos(void)
475{
476 _mt_set_colors(_mt_attrs[0]);
477 clear_tty_window(_mt_window, ttyDisplay->curx, ttyDisplay->cury, CO - 1,
478 LI - 1);
479}
480
481void
482home(void)

Callers

nothing calls this directly

Calls 2

_mt_set_colorsFunction · 0.85
clear_tty_windowFunction · 0.85

Tested by

no test coverage detected