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

Function refresh

sys/msdos/pckeys.c:117–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static void
118refresh(void)
119{
120#ifdef SCREEN_VGA
121 if (iflags.usevga)
122 vga_refresh();
123#endif
124#ifdef SCREEN_VESA
125 if (iflags.usevesa)
126 vesa_refresh();
127#endif
128}
129#endif /* TILES_IN_GLYPHMAP */
130#endif /* MSDOS */
131

Callers 9

curses_choose_characterFunction · 0.85
curses_get_nh_eventFunction · 0.85
curses_mark_synchFunction · 0.85
curses_delay_outputFunction · 0.85
pckeysFunction · 0.85

Calls 2

vga_refreshFunction · 0.85
vesa_refreshFunction · 0.85

Tested by

no test coverage detected