changes from H.G. Muller; version 4.3.16
[xboard.git] / winboard / wengineoutput.c
index 86715e3..0623e3d 100644 (file)
@@ -648,6 +648,7 @@ VOID EngineOutputPopUp()
   }\r
 \r
   engineOutputDialogUp = TRUE;\r
+  ShowThinkingEvent(); // [HGM] thinking: might need to prompt engine for thinking output
 }\r
 \r
 VOID EngineOutputPopDown()\r
@@ -659,6 +660,7 @@ VOID EngineOutputPopDown()
   }\r
 \r
   engineOutputDialogUp = FALSE;\r
+  ShowThinkingEvent(); // [HGM] thinking: might need to shut off thinking output
 }\r
 \r
 BOOL EngineOutputIsUp()\r