mirror of
https://github.com/Textualize/rich.git
synced 2025-07-07 21:04:58 +00:00
This commit is contained in:
parent
348447b374
commit
f78698f258
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ class Console:
|
|||
)
|
||||
self._record_buffer: List[Segment] = []
|
||||
self._render_hooks: List[RenderHook] = []
|
||||
self._live_stack: list[Live] = []
|
||||
self._live_stack: List[Live] = []
|
||||
self._is_alt_screen = False
|
||||
|
||||
def __repr__(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue