Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ vesa_refresh
Function
vesa_refresh
sys/msdos/vidvesa.c:1012–1018 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1010
}
1011
1012
void
1013
vesa_refresh(void)
1014
{
1015
positionbar();
1016
vesa_redrawmap();
1017
vesa_DrawCursor();
1018
}
1019
1020
#if 0
1021
static void
Callers
2
vesa_userpan
Function · 0.85
refresh
Function · 0.85
Calls
3
vesa_redrawmap
Function · 0.85
vesa_DrawCursor
Function · 0.85
positionbar
Function · 0.70
Tested by
no test coverage detected