Wrote windowsSaneify to make windows interpret ansi color codes.
This commit is contained in:
@@ -201,4 +201,8 @@ namespace mcolor
|
||||
std::string toEscapeCode(rgbColor c, bool bg=false);
|
||||
|
||||
std::string toEscapeCode(ansiColors::Colors c);
|
||||
|
||||
#ifdef WIN32
|
||||
void windowsSaneify();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user