MCPcopy 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
1012void
1013vesa_refresh(void)
1014{
1015 positionbar();
1016 vesa_redrawmap();
1017 vesa_DrawCursor();
1018}
1019
1020#if 0
1021static void

Callers 2

vesa_userpanFunction · 0.85
refreshFunction · 0.85

Calls 3

vesa_redrawmapFunction · 0.85
vesa_DrawCursorFunction · 0.85
positionbarFunction · 0.70

Tested by

no test coverage detected