mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
Also clear screen in Unix and typo.
This commit is contained in:
@@ -1032,6 +1032,8 @@ namespace Terminal.Gui {
|
||||
{
|
||||
if (Rows > 0) {
|
||||
Console.Clear ();
|
||||
Console.Out.Write ("\x1b[3J");
|
||||
//Console.Out.Write ("\x1b[?25l");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user