mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Fixes #1475. Selection ending with a white space error. * Prevents the mouse double click processing twice. * Removing unnecessary variable. * Sets ScrollViewBar CanFocus to false to ensure the host always focused. * Only navigates through TabView if winDialog is not null and ensures TextView being focused. * Fixes both dynamic menu and status bar broken scenarios. * Fix a bug where the subviews oldEnabled can be overridden, even the superview Enable property hasn't changed. * Fixes CanFocus when set to false and HasFocus is true. * Fixes the broken TextView DesiredCursorVisibility. * Prevents TextField being focused by mouse if CanFocus is false. * Fixes the CanFocus on content views. * Fixes #1470. Not all WindowsConsole.InputRecord are caught in WindowsDriver. * Changing the input for a Queue object. * Suppress warnings. * Fixed yet the visibility cursor and adding more unit tests. * Suppressing more warnings.
Automated Unit Tests
Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.
See the Testing wiki for details on how to add more tests.