Flush stdout after resetting console colour. (#4240)
This commit is contained in:
@@ -145,6 +145,7 @@
|
||||
{
|
||||
// Whatever the console default is
|
||||
printf("\x1b[0m");
|
||||
fflush(stdout);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user