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

Function HideCursor

sys/msdos/video.c:758–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758void
759HideCursor(void)
760{
761#ifdef SCREEN_VGA
762 if (iflags.usevga)
763 vga_HideCursor();
764#endif
765#ifdef SCREEN_VESA
766 if (iflags.usevesa)
767 vesa_HideCursor();
768#endif
769}
770
771#endif /* SIMULATE_CURSOR */
772

Callers 2

tgetchFunction · 0.85
pckeysFunction · 0.85

Calls 2

vga_HideCursorFunction · 0.85
vesa_HideCursorFunction · 0.85

Tested by

no test coverage detected