Windows MSGSTOP bit

This is a stop gap fix.
This commit is contained in:
nhmall
2026-05-02 09:54:12 -04:00
parent ec7781b996
commit a127ec7dca
+2 -1
View File
@@ -881,7 +881,8 @@ mswin_display_nhwindow(winid wid, boolean block)
if (!block) {
UpdateWindow(GetNHApp()->windowlist[wid].win);
} else {
if (GetNHApp()->windowlist[wid].type == NHW_MAP) {
if ((GetNHApp()->windowlist[wid].type == NHW_MAP)
|| (GetNHApp()->windowlist[wid].type == NHW_MESSAGE)) {
(void) mswin_nhgetch();
}
}