mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
alternate screen
This commit is contained in:
parent
122b8131bb
commit
930dfbde28
4 changed files with 82 additions and 5 deletions
|
@ -75,7 +75,11 @@ table_centered = Columns((table,), align="center", expand=True)
|
|||
console.clear()
|
||||
|
||||
with Live(
|
||||
table_centered, console=console, refresh_per_second=10, vertical_overflow="ellipsis"
|
||||
table_centered,
|
||||
console=console,
|
||||
screen=True,
|
||||
refresh_per_second=10,
|
||||
vertical_overflow="ellipsis",
|
||||
):
|
||||
|
||||
with beat(10):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue