Allow users to customize color output.
Why?
At #20 @PeterBowman mentioned Allow users to disable color output because certain colors are not as nicely rendered as on (...) and even hard to read .
Where?
Some options:
- CMake parameter?
- Via
.colordebugrc file? Nice idea, but ouch! we need code (aka more stuff in .c).
- EDIT: (difficult-to-implement) CMake that parses
.colordebugrc file
How?
Here are some links, best first:
The last two are plain documentation, we'd have to go to the source.
Allow users to customize color output.
Why?
At #20 @PeterBowman mentioned
Allow users to disable color outputbecausecertain colors are not as nicely rendered as on (...) and even hard to read.Where?
Some options:
.colordebugrcfile? Nice idea, but ouch! we need code (aka more stuff in.c)..colordebugrcfileHow?
Here are some links, best first:
The last two are plain documentation, we'd have to go to the source.