mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement
- Allow a separate color for error messages via the 'color.error' configuration variable.
This commit is contained in:
parent
eaae2d84da
commit
e1407437e0
21 changed files with 97 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue