You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'd like to highlight some
std::string
cells in the VariadicTable with colors. For the lines I want to highlight, I'm doingand for all other lines, I'm doing
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.
The text was updated successfully, but these errors were encountered: