Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ menu_max_height
Function
menu_max_height
win/curses/cursdial.c:1780–1784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1778
/* Get the maximum height for a menu */
1779
1780
static int
1781
menu_max_height(void)
1782
{
1783
return term_rows - 2;
1784
}
1785
1786
/*cursdial.c*/
Callers
2
menu_is_multipage
Function · 0.85
menu_win_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected