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

Function term_clear_screen

sys/windows/consoletty.c:1519–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1517}
1518
1519void
1520term_clear_screen(void)
1521{
1522 buffer_fill_to_end(console.back_buffer, &clear_cell, 0, 0);
1523 home();
1524}
1525
1526void
1527term_curs_set(int visibility)

Callers 3

getlockFunction · 0.70
term_end_screenFunction · 0.70
CtrlHandlerFunction · 0.70

Calls 2

buffer_fill_to_endFunction · 0.85
homeFunction · 0.70

Tested by

no test coverage detected