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

Function vesa_clear_screen

sys/msdos/vidvesa.c:561–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void
562vesa_clear_screen(int colour)
563{
564 vesa_FillRect(0, 0, vesa_x_res, vesa_y_res, colour);
565 if (iflags.tile_view)
566 vesa_clearmap();
567 vesa_gotoloc(0, 0); /* is this needed? */
568}
569
570/* clear to end of line */
571void

Callers 2

term_clear_screenFunction · 0.85
vesa_term_end_screenFunction · 0.85

Calls 2

vesa_FillRectFunction · 0.85
vesa_gotolocFunction · 0.85

Tested by

no test coverage detected