-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
