mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* Fixes LoadFile when word wrap is enabled. * Fixes an extra space in end of line and error on deleting backwards. * Removing unit tests with loading files. * Fixes left column being bigger than zero if word wrap is true. * Fixes #1820. TextView: Word Wrapping is not correct * Made fix more surgical via ReadOnly * Fixes TextView read only wrap issue. * Rename method. * Fixes word wrap with toggling read only . Co-authored-by: Charlie Kindel <charlie@kindel.com> Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
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.