* Fixes ComboBox text and list if the height is equal to one. End and Home navigate on text.
* Trying fix the all scenarios unit test.
* Removing unnecessary code.
* Avoiding the Collection was modified after the enumerator was instantiated exception.
* Also cover the IndexOfValue inside the lock.
* Disposing the DrawContent event.
* Increasing the time to test.
* Revert "Increasing the time to test."
This reverts commit b3c2ac871c.
* CharacterMap take more time to load.
* Updating nuget package and fixing nonworking code.
* Adding some more improvements and launch for UseSystemConsole.
* Fixes layout issue.
* Also added a launch for UseSystemConsole for the Example project.
* Fixing unit tests.
* Trying fixing timeouts duplicate keys.
* Fixes#1445. Fixing more the Curses and WSL clipboard.
* Fixing unit tests.
* Changing namespace.
* Fixes WSL2 clipboard unit test.
* Upgrades devcontainer with the MainLoop fix.
* Fixes pasting with no selection and with lines break.
* Prevents the event button click being fired after a button pressed with mouse move.
* Fixes the char [ not being processed.