mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-08 13:15:09 +00:00
Made XtermColor publicly visible
This commit is contained in:
@@ -92,7 +92,7 @@ static HANDLE Term = 0;
|
||||
#else
|
||||
static const char* Term = nullptr;
|
||||
#endif
|
||||
static bool XtermColor = false;
|
||||
bool XtermColor = false;
|
||||
struct ConsoleLogger : public ILogger
|
||||
{
|
||||
std::mutex m;
|
||||
|
||||
Reference in New Issue
Block a user