Made prompt respect color reset

develop
PatrikLundell 2017-12-14 12:46:52 +01:00
parent cf7dbd478a
commit 14996a9d67
1 changed files with 1 additions and 1 deletions

@ -218,7 +218,7 @@ namespace DFHack
GetConsoleScreenBufferInfo(console_out, &inf);
SetConsoleCursorPosition(console_out, pos);
WriteConsoleA(console_out, str, len, &count, NULL);
}
}
void prompt_refresh()
{