mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Remove duplicate wait.
This commit is contained in:
@@ -68,8 +68,6 @@ public abstract class ConsoleDriver
|
||||
if (!_ansiRequestTokenSource.IsCancellationRequested)
|
||||
{
|
||||
_mainLoopDriver.WaitForInput.Set ();
|
||||
|
||||
_waitAnsiRequest.Wait (_ansiRequestTokenSource.Token);
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
|
||||
Reference in New Issue
Block a user