Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
542
void
543
term_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_screen
Function · 0.70
xputs
Function · 0.70
Tested by
no test coverage detected