Files
nethack/win
PatR d4dfb1765c curses menu revision
Redo menu sizing to eliminate one of the analyzer hacks.  There's no
need to loop through the menu entries a second time to find the last
one.  The first time can remember it.

Also, some routines were taking arguments with
 some_function(WINDOW *win, nhmenu *menu, ...)
and others with
 other_function(nhmenu *menu, WINDOW *win, ...).
Change them all to have the window pointer 1st and menu pointer 2nd.
2023-12-29 18:16:14 -08:00
..
2022-10-26 14:21:23 -04:00
2023-12-29 18:16:14 -08:00
2023-11-22 16:01:58 -05:00
2023-12-08 21:16:02 +02:00
2023-11-26 22:52:46 -05:00
2023-12-28 14:25:39 -08:00
2023-11-22 16:01:58 -05:00