mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
This reverts commit 75f5a847c0.
This commit is contained in:
@@ -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.");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user