Browse Source

Fix for WindowsDriver.

BDisp 9 months ago
parent
commit
8ab7ec5096
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

+ 1 - 1
Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

@@ -633,7 +633,7 @@ public abstract class ConsoleDriver
 
             if (index == 0 && keyInfo.KeyChar != EscSeqUtils.KeyEsc)
             {
-                break;
+                continue;
             }
 
             response.Append (keyInfo.KeyChar);