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

Function vesa_term_end_screen

sys/msdos/vidvesa.c:598–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void
599vesa_term_end_screen(void)
600{
601 vesa_clear_screen(BACKGROUND_VESA_COLOR);
602 vesa_SwitchMode(MODETEXT);
603}
604
605void
606vesa_term_startup(int *wid, int *hgt)

Callers 1

term_end_screenFunction · 0.85

Calls 2

vesa_clear_screenFunction · 0.85
vesa_SwitchModeFunction · 0.85

Tested by

no test coverage detected