scrollable console without putting vertical_overflow to visible #3084
Unanswered
mohammadjalali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have a scrollable terminal without dirtying people's terminals. I have a couple of groups that will update every time, and a live display to refresh my terminal:
but if I write too many lines that their height is higher than my console, the live display will not show me anything until I stop it, or if I use Live(vertical_overflow="visible"), it will just dirty my console. Does anyone have any idea what I can do to show the updates without waiting to stop the live or have a dirty console?
Beta Was this translation helpful? Give feedback.
All reactions