Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
int
374
curses_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_puts
Function · 0.85
curses_display_nhwindow
Function · 0.85
curses_wait_synch
Function · 0.85
Calls
1
curses_block
Function · 0.85
Tested by
no test coverage detected