We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39a940 commit 344e55bCopy full SHA for 344e55b
Terminal.Gui/Application/Application.Screen.cs
@@ -75,5 +75,5 @@ public static bool OnSizeChanging (SizeChangedEventArgs args)
75
/// This is typicall set to true when a View's <see cref="View.Frame"/> changes and that view has no
76
/// SuperView (e.g. when <see cref="Application.Top"/> is moved or resized.
77
/// </remarks>
78
- public static bool ClearScreenNextIteratio { get; set; }
+ public static bool ClearScreenNextIteration { get; set; }
79
}
Terminal.Gui/View/View.Layout.cs
@@ -563,7 +563,7 @@ public bool SetRelativeLayout (Size superviewContentSize)
563
564
else
565
{
566
- // Application.ClearScreenNextIteration = true;
+ Application.ClearScreenNextIteration = true;
567
568
569
0 commit comments