Added max height

This commit is contained in:
Will McGugan 2021-07-11 14:25:14 +01:00
parent 1e73828ec5
commit aba4c7b623
6 changed files with 11 additions and 3 deletions

View file

@ -31,6 +31,7 @@ def test_restore_cursor(live_render):
def test_rich_console(live_render):
options = ConsoleOptions(
ConsoleDimensions(80, 25),
max_height=25,
legacy_windows=False,
min_width=10,
max_width=20,