Refactored Application into smaller files.

Made Application #nullable enable
This commit is contained in:
Tig
2024-07-22 16:52:02 -06:00
parent 14d8bf5ba3
commit 44ce74a5c0
71 changed files with 1449 additions and 1441 deletions

View File

@@ -53,7 +53,7 @@ public class WindowTests
Toplevel top = new ();
top.Add (win);
Application.Begin (top);
((FakeDriver)Application.Driver).SetBufferSize (20, 10);
((FakeDriver)Application.Driver!).SetBufferSize (20, 10);
TestHelpers.AssertDriverContentsWithFrameAre (
@"
@@ -70,7 +70,7 @@ public class WindowTests
_output
);
((FakeDriver)Application.Driver).SetBufferSize (40, 20);
((FakeDriver)Application.Driver!).SetBufferSize (40, 20);
TestHelpers.AssertDriverContentsWithFrameAre (
@"
@@ -97,7 +97,7 @@ public class WindowTests
_output
);
((FakeDriver)Application.Driver).SetBufferSize (20, 10);
((FakeDriver)Application.Driver!).SetBufferSize (20, 10);
TestHelpers.AssertDriverContentsWithFrameAre (
@"