still not perfect, since it's possible to get two -more- prompts, but it'll do for now.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@780 c06c8d41-db1a-0410-9941-cceddc491573
QGIFCQMDBOD3QDWNSZOZFU7AHG2J53OWR5IE3VFCBNVO4SFBF2NQC
snprintf( info, INFO_SIZE, "Eat %s%s?", (mitm[o].quantity > 1) ? "one of " : "",
str_pass );
mpr( info, MSGCH_PROMPT );
mprf( MSGCH_PROMPT,
"Eat %s%s?", (mitm[o].quantity > 1) ? "one of " : "",
str_pass );
// If we're prompting now, we don't need a -more- when
// breaking out, because the prompt serves as a -more-. Of
// course, the prompt can re-set need_more to true.
need_more = false;