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

Function term_end_screen

sys/windows/consoletty.c:972–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970#endif
971
972void
973term_end_screen(void)
974{
975 term_clear_screen();
976 really_move_cursor();
977 buffer_fill_to_end(console.back_buffer, &clear_cell, 0, 0);
978 back_buffer_flip();
979 FlushConsoleInputBuffer(console.hConIn);
980}
981
982void
983term_start_screen(void)

Callers 2

VA_DECLFunction · 0.70
setttyFunction · 0.70

Calls 4

really_move_cursorFunction · 0.85
buffer_fill_to_endFunction · 0.85
back_buffer_flipFunction · 0.85
term_clear_screenFunction · 0.70

Tested by

no test coverage detected