|
@@ -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);
|