CmdTags: Table headers consistent

This commit is contained in:
Paul Beckingham 2017-03-20 09:12:21 -04:00
parent e9688c7593
commit c26d7fb465

View file

@ -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)
{