Revert "Fixes #4274. Using Windows Host Console v2win is rendering window siz…" (#4286)

This reverts commit 75f5a847c0.
This commit is contained in:
Tig
2025-10-16 17:43:24 -06:00
committed by GitHub
parent 75f5a847c0
commit 3a8cbf3ca7
11 changed files with 23 additions and 80 deletions

View File

@@ -13,7 +13,7 @@ public class CombiningMarks : Scenario
top.DrawComplete += (s, e) =>
{
// Forces reset _lineColsOffset because we're dealing with direct draw
Application.Top!.SetNeedsDraw ();
Application.ClearScreenNextIteration = true;
var i = -1;
top.AddStr ("Terminal.Gui only supports combining marks that normalize. See Issue #2616.");

View File

@@ -12,7 +12,6 @@ public class Shortcuts : Scenario
public override void Main ()
{
Application.Init ();
var quitKey = Application.QuitKey;
Window app = new ();
app.Loaded += App_Loaded;
@@ -20,7 +19,6 @@ public class Shortcuts : Scenario
Application.Run (app);
app.Dispose ();
Application.Shutdown ();
Application.QuitKey = quitKey;
}
// Setting everything up in Loaded handler because we change the