We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b382b3 + 11fb90b commit 367d5b3Copy full SHA for 367d5b3
1 file changed
engine/system/win/sys_console.cpp
@@ -130,6 +130,7 @@ void sys_console_c::ThreadProc()
130
131
// Create the output window background brush
132
bBackground = CreateSolidBrush(CFG_SCON_TEXTBG);
133
+ InvalidateRect(hwOut, nullptr, TRUE);
134
135
// Flush any messages created
136
sys->RunMessages();
0 commit comments