Color verbose output as magenta

Output RGBASM's lexed tokens at level 5 (TRACE)
This commit is contained in:
Rangi42
2025-08-05 00:00:57 -04:00
parent ac75a085fa
commit 2cae47a5a2
9 changed files with 35 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ void printVVVVVVerbosity() {
return;
}
style_Set(stderr, STYLE_CYAN, true); // "Viridian"
putc('\n', stderr);
// clang-format off: vertically align values
static std::array<std::bitset<10>, 21> gfx{
@@ -70,6 +72,8 @@ void printVVVVVVerbosity() {
putc('\n', stderr);
}
putc('\n', stderr);
style_Set(stderr, STYLE_MAGENTA, false);
}
// LCOV_EXCL_STOP