Also clear screen in Unix and typo.

This commit is contained in:
BDisp
2020-12-17 12:29:41 +00:00
parent 72a4104ee5
commit 39c2856861
2 changed files with 3 additions and 1 deletions

View File

@@ -1032,6 +1032,8 @@ namespace Terminal.Gui {
{
if (Rows > 0) {
Console.Clear ();
Console.Out.Write ("\x1b[3J");
//Console.Out.Write ("\x1b[?25l");
}
}

View File

@@ -100,7 +100,7 @@ namespace Terminal.Gui {
}
/// <summary>
/// Used only by <see cref="NetDriver"/> to forcing always setting the cursor position when writing to the screen.
/// Used only by <see cref="NetDriver"/> to forcing always moving the cursor position when writing to the screen.
/// </summary>
public static bool AlwaysSetPosition {
get {