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

Function overview

sys/msdos/pckeys.c:91–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static void
92overview(boolean on)
93{
94#ifdef SCREEN_VGA
95 if (iflags.usevga)
96 vga_overview(on);
97#endif
98#ifdef SCREEN_VESA
99 if (iflags.usevesa)
100 vesa_overview(on);
101#endif
102}
103
104static void
105traditional(boolean on)

Callers 1

pckeysFunction · 0.85

Calls 2

vga_overviewFunction · 0.85
vesa_overviewFunction · 0.85

Tested by

no test coverage detected