mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removed the internal `_forceFakeConsole` field and its associated `ClearForceFakeConsole` method from `Application.Driver.cs` to simplify internal state management. Renamed `DefaultMaximumIterationsPerSecond` to `DEFAULT_MAXIMUM_ITERATIONS_PER_SECOND` in `Application.cs` to align with updated naming conventions. Updated all references and XML documentation accordingly. Adjusted test logic in `ApplicationTests.cs` and `TestSetup.cs` to remove references to `_forceFakeConsole` and ensure alignment with the updated codebase.