Added support for NO_COLOR environment variable
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
|
||||
namespace sc {
|
||||
namespace io {
|
||||
bool should_color(const std::ostream& out);
|
||||
bool isatty_ostream(const std::ostream& out);
|
||||
|
||||
std::ostream& hide_cursor(std::ostream& out);
|
||||
|
Reference in New Issue
Block a user