mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - color
- Color routines are now table driven and much smaller. - Implemented Text::guessColor.
This commit is contained in:
parent
0665caae55
commit
eda17772c9
4 changed files with 120 additions and 282 deletions
|
@ -43,7 +43,6 @@ bool validDescription (const std::string&);
|
|||
bool validDuration (std::string&);
|
||||
void validReportColumns (const std::vector <std::string>&);
|
||||
void validSortColumns (const std::vector <std::string>&, const std::vector <std::string>&);
|
||||
bool isModifiableAttribute (const std::string&);
|
||||
bool validAttribute (std::string&, std::string&);
|
||||
bool validId (const std::string&);
|
||||
bool validTag (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue