mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
Added max height
This commit is contained in:
parent
1e73828ec5
commit
aba4c7b623
6 changed files with 11 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue