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.
1 parent 6b382b3 commit 11fb90bCopy full SHA for 11fb90b
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