Skip to content

Support string colors #16

@aprilnovak

Description

@aprilnovak

I'd like to highlight some std::string cells in the VariadicTable with colors. For the lines I want to highlight, I'm doing

COLOR_YELLOW << "stuff" << COLOR_DEFAULT

and for all other lines, I'm doing

COLOR_DEFAULT << "stuff" << COLOR_DEFAULT

It seems like the logic for deciding the length of the horizontal bars is not consistent with the cell widths, because the table looks like the following.

Screen Shot 2023-02-23 at 4 57 42 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions