mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Revert GetWindowSize and add SetWindowSize
This commit is contained in:
@@ -19,7 +19,7 @@ public class WindowSizeMonitorTests
|
||||
|
||||
});
|
||||
|
||||
consoleOutput.Setup (m => m.GetWindowSize (null))
|
||||
consoleOutput.Setup (m => m.GetWindowSize ())
|
||||
.Returns (queue.Dequeue);
|
||||
|
||||
var outputBuffer = Mock.Of<IOutputBuffer> ();
|
||||
@@ -52,7 +52,7 @@ public class WindowSizeMonitorTests
|
||||
new Size (30, 20),
|
||||
});
|
||||
|
||||
consoleOutput.Setup (m => m.GetWindowSize (null))
|
||||
consoleOutput.Setup (m => m.GetWindowSize ())
|
||||
.Returns (queue.Dequeue);
|
||||
|
||||
var outputBuffer = Mock.Of<IOutputBuffer> ();
|
||||
|
||||
Reference in New Issue
Block a user