of items, and the term is taller than 52 lines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@833 c06c8d41-db1a-0410-9941-cceddc491573
P4V66RMIZAPCZJW23HDYDUAPMHN664U3KK4DYBYC7FZSWRGPVMPAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Don't make a menu so tall that we recycle hotkeys on the same page. if (results.size() > 52) stashmenu.set_maxpagesize(52);
// Don't make a menu so tall that we recycle hotkeys on the same page.
if (results.size() > 52)
stashmenu.set_maxpagesize(52);
// Don't make a menu so tall that we recycle hotkeys on the same page. if (mitems.size() > 52) set_maxpagesize(52);
if (mitems.size() > 52)
set_maxpagesize(52);