Please include a terse summary of the change or which issue is fixed.
If an Issue was fixed, write "Fixes #issuenumber" as this will help Github automatically close that issue once the PR is merged.
- My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit
CTRL-K-Dto automatically reformat your files before committing. - Mhy code follows the Terminal.Gui library design guidelines
- I ran
dotnet testbefore commit - I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the API documentation (using
///style comments) - My changes generate no new warnings
- I have checked my code and corrected any poor grammar or misspellings
- My pull request generate no conflicts with
developbranch - I tested my code on at least Windows and Linux
- I conducted basic QA to assure all features are working