Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
void
599
vesa_term_end_screen(void)
600
{
601
vesa_clear_screen(BACKGROUND_VESA_COLOR);
602
vesa_SwitchMode(MODETEXT);
603
}
604
605
void
606
vesa_term_startup(int *wid, int *hgt)
Callers
1
term_end_screen
Function · 0.85
Calls
2
vesa_clear_screen
Function · 0.85
vesa_SwitchMode
Function · 0.85
Tested by
no test coverage detected