mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Adds a final vertical column line at the end of the last header in TableView * Added clear line as first step in RenderRow * Added TableStyle.EnforceMaxWidthOnLastColumn * Added Scenario toggle setting and tests * Fixed EnforceMaxWidthOnLastColumn when Bounds match exactly the last column width * Fixed whitespace and comment on ColumntoRender.Width * Renamed EnforceMaxWidthOnLastColumn to ExpandLastColumn
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.