mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 10:17:55 +01:00
Fix for WindowsDriver.
This commit is contained in:
@@ -633,7 +633,7 @@ public abstract class ConsoleDriver
|
||||
|
||||
if (index == 0 && keyInfo.KeyChar != EscSeqUtils.KeyEsc)
|
||||
{
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
response.Append (keyInfo.KeyChar);
|
||||
|
||||
Reference in New Issue
Block a user