mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 13:10:37 +02:00
TW-1484
- TW-1484 The 'history' and 'ghistory' reports do not obey rc.color.label.
This commit is contained in:
parent
cdde747733
commit
547d9edb55
14 changed files with 56 additions and 1 deletions
|
@ -260,6 +260,9 @@ int CmdShow::execute (std::string& output)
|
|||
|
||||
Color error (context.config.get ("color.error"));
|
||||
Color warning (context.config.get ("color.warning"));
|
||||
Color label (context.config.get ("color.label"));
|
||||
|
||||
view.colorHeader (label);
|
||||
|
||||
bool issue_error = false;
|
||||
bool issue_warning = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue