Enhancement
- Allow a separate color for error messages via the 'color.error' configuration variable.
This commit is contained in:
committed by
Paul Beckingham
parent
eaae2d84da
commit
e1407437e0
@@ -55,6 +55,7 @@ void initializeColorRules ();
|
||||
void autoColorize (Task&, Color&);
|
||||
std::string colorizeHeader (const std::string&);
|
||||
std::string colorizeFootnote (const std::string&);
|
||||
std::string colorizeError (const std::string&);
|
||||
std::string colorizeDebug (const std::string&);
|
||||
|
||||
// dependency.cpp
|
||||
|
||||
Reference in New Issue
Block a user