mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Phase 1: Add SetScreenSize API to IConsoleDriver and implementations
Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -145,6 +145,9 @@ internal class MockConsoleDriver : IConsoleDriver
|
||||
/// <inheritdoc />
|
||||
public bool SetCursorVisibility (CursorVisibility visibility) { throw new NotImplementedException (); }
|
||||
|
||||
/// <inheritdoc />
|
||||
public void SetScreenSize (int width, int height) { throw new NotImplementedException ("SetScreenSize is only supported by FakeDriver for testing purposes."); }
|
||||
|
||||
/// <inheritdoc />
|
||||
public event EventHandler<SizeChangedEventArgs>? SizeChanged;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user