There was an error while loading. Please reload this page.
1 parent a98373f commit 1fe1e6eCopy full SHA for 1fe1e6e
1 file changed
src/os.cpp
@@ -973,7 +973,6 @@ void os_stderr_set_color(TermColor color) {
973
}
974
975
976
- DWORD chars_written;
977
switch (color) {
978
case TermColorRed:
979
SetConsoleTextAttribute(stderr_handle, FOREGROUND_RED|FOREGROUND_INTENSITY);
0 commit comments