Fixed TextView

This commit is contained in:
Tig Kindel
2024-01-07 21:22:58 -07:00
parent 0330c1d0b1
commit 169f34d573
2 changed files with 1449 additions and 1306 deletions

View File

@@ -6200,6 +6200,7 @@ This is the second line.
", _output);
((FakeDriver)Application.Driver).SetBufferSize (6, 25);
tv.SetRelativeLayout (Application.Driver.Bounds);
tv.Draw ();
Assert.Equal (new Point (4, 2), tv.CursorPosition);
Assert.Equal (new Point (12, 0), cp);