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

Function term_curs_set

win/tty/wintty.c:3986–3990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3984 /* placeholder for now */
3985}
3986void
3987term_curs_set(int visibility UNUSED)
3988{
3989 /* nothing */
3990}
3991#endif
3992
3993#ifdef CHANGE_COLOR

Callers 5

tty_init_nhwindowsFunction · 0.70
tty_suspend_nhwindowsFunction · 0.70
tty_resume_nhwindowsFunction · 0.70
tty_nhgetchFunction · 0.70
hooked_tty_getlinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected