mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removes un-needed cursor call from mainloop iteration
This commit is contained in:
@@ -152,8 +152,6 @@ public class ApplicationMainLoop<TInputRecord> : IApplicationMainLoop<TInputReco
|
||||
App?.LayoutAndDraw (true);
|
||||
|
||||
Output.Write (OutputBuffer);
|
||||
|
||||
Output.SetCursorVisibility (CursorVisibility.Default);
|
||||
}
|
||||
|
||||
SetCursor ();
|
||||
|
||||
Reference in New Issue
Block a user