mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCommands: Table headers consistent
This commit is contained in:
parent
6703992cf3
commit
d6b989c837
1 changed files with 1 additions and 11 deletions
|
@ -68,20 +68,10 @@ int CmdCommands::execute (std::string& output)
|
||||||
view.add (STRING_COLUMN_LABEL_MODS, false);
|
view.add (STRING_COLUMN_LABEL_MODS, false);
|
||||||
view.add (STRING_COLUMN_LABEL_MISC, false);
|
view.add (STRING_COLUMN_LABEL_MISC, false);
|
||||||
view.add (STRING_COLUMN_LABEL_DESC);
|
view.add (STRING_COLUMN_LABEL_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);
|
|
||||||
}
|
|
||||||
|
|
||||||
view.leftMargin (context.config.getInteger ("indent.report"));
|
view.leftMargin (context.config.getInteger ("indent.report"));
|
||||||
view.extraPadding (context.config.getInteger ("row.padding"));
|
view.extraPadding (context.config.getInteger ("row.padding"));
|
||||||
view.intraPadding (context.config.getInteger ("column.padding"));
|
view.intraPadding (context.config.getInteger ("column.padding"));
|
||||||
|
setHeaderUnderline (view);
|
||||||
|
|
||||||
for (auto& command : context.commands)
|
for (auto& command : context.commands)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue