It took me a while to track this down: if you use 'O' to create hilite_status rule(s) for status condition(s) and you specify multiple attributes in the rule creation menu, it accepts them but it was parsing the new rule(s) incorrectly and only supported one attribute. if (mask & bit) something; else if (mask & other_bit) something_else; else if (mask & yet_another_bit) ... effectively stops at the first bit matched. (At the time that that was written, the menu leading to it only accepted a single attribute.)
40 KiB
40 KiB