Jelajahi Sumber

ProcessInputQueue must be outside the wait block.

BDisp 10 bulan lalu
induk
melakukan
1795547702
1 mengubah file dengan 2 tambahan dan 3 penghapusan
  1. 2 3
      Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs

+ 2 - 3
Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs

@@ -173,10 +173,9 @@ internal class UnixMainLoop (ConsoleDriver consoleDriver) : IMainLoopDriver
                     }
 
                     ((IMainLoopDriver)this)._waitForInput.Reset ();
-
-
-                    ProcessInputQueue ();
                 }
+
+                ProcessInputQueue ();
             }
             catch (OperationCanceledException)
             {