possible.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5440 c06c8d41-db1a-0410-9941-cceddc491573
EFCUWG3KMHTDZAWFRVJXZ22YG5HELSJDOLIYFAHNJS7QL2XWYT3AC fs.cprintf(currs.substr(0, 999));if (currs.size() > 999)currs = currs.substr(999);
// Break the string at the end of a line, if possible, so// that none of the broken string ends up overwritten.std::string::size_type bound = currs.rfind(EOL, 999);if (bound != endpos)bound += strlen(EOL);