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

Function curses_more

win/curses/cursmesg.c:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373int
374curses_more(void)
375{
376 return curses_block(FALSE);
377}
378
379
380/* Clear the message window if one line; otherwise unhighlight old messages */

Callers 3

curses_message_win_putsFunction · 0.85
curses_display_nhwindowFunction · 0.85
curses_wait_synchFunction · 0.85

Calls 1

curses_blockFunction · 0.85

Tested by

no test coverage detected