1
0

Flush stdout after resetting console colour. (#4240)

This commit is contained in:
peterbell10 2018-06-20 08:15:57 +01:00 committed by Mattes D
parent b9fdaf8a94
commit 24603a7640

View File

@ -145,6 +145,7 @@
{
// Whatever the console default is
printf("\x1b[0m");
fflush(stdout);
}
};