Fix wrong newline in linux terminal
This commit is contained in:
parent
dc562103c5
commit
a55e7d204a
@ -115,7 +115,7 @@ void Log::resetTerminalColor()
|
|||||||
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),
|
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),
|
||||||
/*TERM_BLACK*/0 << 4 | /*TERM_LIGHTGRAY*/7);
|
/*TERM_BLACK*/0 << 4 | /*TERM_LIGHTGRAY*/7);
|
||||||
#else
|
#else
|
||||||
printf("%c[0;;m\n", 0x1B);
|
printf("%c[0;;m", 0x1B);
|
||||||
#endif
|
#endif
|
||||||
} // resetTerminalColor
|
} // resetTerminalColor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user