mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Initial plan * Phase 1: Update IConsoleDriver.Init() to return void instead of MainLoop Co-authored-by: tig <585482+tig@users.noreply.github.com> * Phase 2: Remove legacy MainLoop infrastructure Co-authored-by: tig <585482+tig@users.noreply.github.com> * Complete Phase 1 and Phase 2 - All tests pass Co-authored-by: tig <585482+tig@users.noreply.github.com> * Update deep dive docs to reflect MainLoop removal Co-authored-by: tig <585482+tig@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tig <585482+tig@users.noreply.github.com> Co-authored-by: Tig <tig@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,6 @@ public class Arrangement : Scenario
|
||||
|
||||
progressBar.Fraction += 0.01f;
|
||||
|
||||
Application.Wakeup ();
|
||||
|
||||
progressBar.SetNeedsDraw ();
|
||||
};
|
||||
|
||||
@@ -100,7 +100,6 @@ public class Clipping : Scenario
|
||||
{
|
||||
tiledProgressBar1.Pulse ();
|
||||
tiledProgressBar2.Pulse ();
|
||||
Application.Wakeup ();
|
||||
};
|
||||
|
||||
progressTimer.Start ();
|
||||
|
||||
@@ -198,7 +198,6 @@ public class ProgressBarStyles : Scenario
|
||||
button.Enabled = true;
|
||||
}
|
||||
|
||||
Application.Wakeup ();
|
||||
},
|
||||
null,
|
||||
0,
|
||||
@@ -282,7 +281,6 @@ public class ProgressBarStyles : Scenario
|
||||
marqueesBlocksPB.Text = marqueesContinuousPB.Text = DateTime.Now.TimeOfDay.ToString ();
|
||||
marqueesBlocksPB.Pulse ();
|
||||
marqueesContinuousPB.Pulse ();
|
||||
Application.Wakeup ();
|
||||
},
|
||||
null,
|
||||
0,
|
||||
|
||||
@@ -384,7 +384,6 @@ public class Shortcuts : Scenario
|
||||
|
||||
pb.Fraction += 0.01f;
|
||||
|
||||
Application.Wakeup ();
|
||||
|
||||
pb.SetNeedsDraw ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user