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

Function curses_posthousekeeping

win/curses/cursmisc.c:652–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650/* Perform actions that should be done every turn after nhgetch() */
651
652void
653curses_posthousekeeping(void)
654{
655 curs_set(0);
656 /* curses_decrement_highlights(FALSE); */
657 curses_clear_unhighlight_message_window();
658}
659
660
661void

Callers 1

curses_nhgetchFunction · 0.85

Tested by

no test coverage detected