git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3683 c06c8d41-db1a-0410-9941-cceddc491573
YV5KGOLCV7DBD6P4ARYQDLVO4AAH7NDJPF6PNASLQSRAKJRVO4YAC
JM7UAK777RAVDAVLQLEOBRTGNW2B47S5G55XITJXO243IUNZHVYQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
std::string prompt = make_stringf("%s ", str ? str : "Buggy prompt?"); // std::string prompt = make_stringf("%s (y/n/q) ", str);
std::string prompt = make_stringf("%s ", str ? str : "Buggy prompt?");
// std::string prompt = make_stringf("%s (y/n/q) ", str);
mpr(str, MSGCH_PROMPT);
mpr(prompt.c_str(), MSGCH_PROMPT);