- TW-1484 The 'history' and 'ghistory' reports do not obey rc.color.label.
This commit is contained in:
Paul Beckingham
2015-01-10 15:49:42 -05:00
parent cdde747733
commit 547d9edb55
14 changed files with 56 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ int CmdSummary::execute (std::string& output)
Color bar_color (context.config.get ("color.summary.bar"));
Color bg_color (context.config.get ("color.summary.background"));
Color label (context.config.get ("color.label"));
Color label (context.config.get ("color.label"));
view.colorHeader (label);