mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdTags: Table headers consistent
This commit is contained in:
parent
e9688c7593
commit
c26d7fb465
1 changed files with 1 additions and 5 deletions
|
@ -93,16 +93,12 @@ int CmdTags::execute (std::string& output)
|
|||
view.width (context.getWidth ());
|
||||
view.add (STRING_COLUMN_LABEL_TAG);
|
||||
view.add (STRING_COLUMN_LABEL_COUNT, false);
|
||||
setHeaderUnderline (view);
|
||||
|
||||
Color bold;
|
||||
if (context.color ())
|
||||
{
|
||||
bold = Color ("bold");
|
||||
|
||||
Color label (context.config.get ("color.label"));
|
||||
view.colorHeader (label);
|
||||
}
|
||||
|
||||
bool special = false;
|
||||
for (auto& i : unique)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue