Tons of stuff

This commit is contained in:
Tig
2024-10-23 15:15:53 -06:00
parent 008d49788e
commit b31339da02
91 changed files with 1654 additions and 1025 deletions

View File

@@ -11,7 +11,7 @@ public class PaddingTests (ITestOutputHelper output)
((FakeDriver)Application.Driver!).SetBufferSize (5, 5);
var view = new View { Height = 3, Width = 3 };
view.Padding.Thickness = new (1);
view.Padding.Diagnostics = ViewDiagnosticFlags.Padding;
view.Padding.Diagnostics = ViewDiagnosticFlags.Thickness;
view.ColorScheme = new()
{