mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdReports: Table headers consistent
This commit is contained in:
parent
4c802a6ff7
commit
9218462477
1 changed files with 1 additions and 10 deletions
|
@ -90,16 +90,7 @@ int CmdReports::execute (std::string& output)
|
|||
view.width (context.getWidth ());
|
||||
view.add (STRING_CMD_REPORTS_REPORT);
|
||||
view.add (STRING_CMD_REPORTS_DESC);
|
||||
|
||||
if (context.color ())
|
||||
{
|
||||
Color label (context.config.get ("color.label"));
|
||||
view.colorHeader (label);
|
||||
|
||||
Color alternate (context.config.get ("color.alternate"));
|
||||
view.colorOdd (alternate);
|
||||
view.intraColorOdd (alternate);
|
||||
}
|
||||
setHeaderUnderline (view);
|
||||
|
||||
for (auto& report : reports)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue