mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Fix Windows Driver to not echo the character typed
This commit is contained in:
@@ -318,7 +318,7 @@ namespace Mono.Terminal {
|
||||
{
|
||||
while (true) {
|
||||
waitForProbe.WaitOne ();
|
||||
windowsKeyResult = Console.ReadKey ();
|
||||
windowsKeyResult = Console.ReadKey (true);
|
||||
keyReady.Set ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user