We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bc423 commit ff7b537Copy full SHA for ff7b537
include/nbl/system/CColoredStdoutLoggerANSI.h
@@ -40,6 +40,7 @@ class CColoredStdoutLoggerANSI : public IThreadsafeLogger
40
assert(false);
41
break;
42
}
43
+ printf("\x1b[0m");
44
fflush(stdout);
45
46
};
0 commit comments