git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1936 c06c8d41-db1a-0410-9941-cceddc491573
L3AEV6WX7SYKWPUJQDZRN7SDLMB2WKCYXKWHJBQWVUAO37T76PLQC
4O3VTUJT5T7NBNF3Q45XO2WHS6TCJXVLH6CKX4K36WUBDRT5F6KAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Seems sort of pointless to print this, since the // game start will kill overwrite it immediately... formatted_string::parse_string( "EOL<brown>Welcome back, <yellow>" + std::string(you.your_name) + "!<lightgrey>").display();
// Seems sort of pointless to print this, since the
// game start will kill overwrite it immediately...
formatted_string::parse_string(
"EOL<brown>Welcome back, <yellow>" +
std::string(you.your_name) + "!<lightgrey>").display();