Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
466
void
467
clear_screen(void)
468
{
469
_mt_set_colors(_mt_attrs[0]);
470
clear_tty(_mt_window);
471
}
472
473
void
474
cl_eos(void)
Callers
1
mac_exit_nhwindows
Function · 0.85
Calls
2
_mt_set_colors
Function · 0.85
clear_tty
Function · 0.85
Tested by
no test coverage detected