diff --git a/Terminal.Gui/ConsoleDrivers/NetDriver.cs b/Terminal.Gui/ConsoleDrivers/NetDriver.cs index bd6f5fbf4..222d19d5e 100644 --- a/Terminal.Gui/ConsoleDrivers/NetDriver.cs +++ b/Terminal.Gui/ConsoleDrivers/NetDriver.cs @@ -1032,6 +1032,8 @@ namespace Terminal.Gui { { if (Rows > 0) { Console.Clear (); + Console.Out.Write ("\x1b[3J"); + //Console.Out.Write ("\x1b[?25l"); } } diff --git a/Terminal.Gui/Core/Application.cs b/Terminal.Gui/Core/Application.cs index 2299ca6fa..176d1db3f 100644 --- a/Terminal.Gui/Core/Application.cs +++ b/Terminal.Gui/Core/Application.cs @@ -100,7 +100,7 @@ namespace Terminal.Gui { } /// - /// Used only by to forcing always setting the cursor position when writing to the screen. + /// Used only by to forcing always moving the cursor position when writing to the screen. /// public static bool AlwaysSetPosition { get {