mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Add ProcessAnsiRequestHandler method task.
This commit is contained in:
@@ -481,6 +481,8 @@ internal class WindowsDriver : ConsoleDriver
|
||||
if (!RunningUnitTests)
|
||||
{
|
||||
WinConsole?.SetInitialCursorVisibility ();
|
||||
|
||||
Task.Run (ProcessAnsiRequestHandler);
|
||||
}
|
||||
|
||||
return new MainLoop (_mainLoopDriver);
|
||||
|
||||
Reference in New Issue
Block a user