Also, fix the documentation which used to say that the prefixes are comma-separated (they're not.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9294 c06c8d41-db1a-0410-9941-cceddc491573
6ASOOHD6K27UHPOPJEFCYBKXTH4RIW63IGQV6VKNTSSSCTAXHPIAC WMFU65IAJ3LX2YSFXXRS7ZFNDCZYQC3ZQ3QDHHK3DU3UMLJMAP4QC 22REG5ZRWVFFAA37IUCQWNR3BZVTPUCAN2EFFTAVR4O4DPLQOHNQC SSCG2FLJMUTTIRXBFSPLAUUBUIN375ZGL5UOAF3SC62ZIILSMMKAC QGUV5IINCOK6AXWQ2QTZMPDJTEZPON5O565ANT2EE236I5OAPAVAC K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC 3D6NWJ44UYHLZMD3BOQIWXJUEGITAVCHK6Z2WWDQONVQC4HSBRXQC OFH2B2UZBK43QLFQBZ54FOCFLFNE54BZVDNCEUGDTBCUGNVZULIQC GAUT326KHT3MMZPC7TJUOKGPZ6X624E7Z3IOFZEXYWUCORBCZTOAC VCG3BRIYRTNNWYC3LOXD6KFGXOX37HAFW2HNV7WXVG2V7EUHLDZQC QKBKV43FJRXHZ7IOHWNNFXYT7G7NGVDBNO7Z7ZJBDU3SFP4DZIHAC WFIA2XFIWZF3XVLH52GC57XK7A6ECI3K6P7GRZSHPIUBX66OF3OQC 4GYZYBY7FFORRNPIEFTV4ZM2C7Z6D2KTQOM537ZCC2YBXT2TNSHAC RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC RZP5Z6JM74GVX2M6L2JOFRJ5VT2XGFHBNRDESVHSKF66PQKIW32QC /* ************************************************************************ called from: command - itemname - invent.h* *********************************************************************** */const std::string menu_colour_item_prefix(const item_def &item,bool temp = true);const std::string filtering_item_prefix(const item_def &item,bool temp = true);const std::string get_menu_colour_prefix_tags(item_def &item,description_level_type desc);const std::string get_message_colour_tags(item_def &item,description_level_type desc,msg_channel_type channel = MSGCH_PLAIN);
std::string menu_colour_item_prefix(const item_def &item, bool temp = true);std::string filtering_item_prefix(const item_def &item, bool temp = true);std::string get_menu_colour_prefix_tags(const item_def &item,description_level_type desc);std::string get_message_colour_tags(const item_def &item,description_level_type desc,msg_channel_type channel = MSGCH_PLAIN);