MCPcopy 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
1780static int
1781menu_max_height(void)
1782{
1783 return term_rows - 2;
1784}
1785
1786/*cursdial.c*/

Callers 2

menu_is_multipageFunction · 0.85
menu_win_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected