mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
Fix unit test.
This commit is contained in:
@@ -2345,7 +2345,11 @@ internal class WindowsMainLoop : IMainLoopDriver
|
||||
{
|
||||
_consoleDriver = consoleDriver ?? throw new ArgumentNullException (nameof (consoleDriver));
|
||||
_winConsole = ((WindowsDriver)consoleDriver).WinConsole;
|
||||
_winConsole._mainLoop = this;
|
||||
|
||||
if (!ConsoleDriver.RunningUnitTests)
|
||||
{
|
||||
_winConsole._mainLoop = this;
|
||||
}
|
||||
}
|
||||
|
||||
public EscSeqRequests EscSeqRequests { get; } = new ();
|
||||
|
||||
Reference in New Issue
Block a user