Commit 63cfb7db authored by Florian Wörter's avatar Florian Wörter

Exposed should_do_colors_ in ansicolor_sink.h. [#1004]

parent bdfc7d2a
......@@ -133,6 +133,11 @@ public:
formatter_ = std::move(sink_formatter);
}
bool colors_enabled()
{
return should_do_colors_;
}
private:
void print_ccode_(const std::string &color_code)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment