Replies: 1 comment 1 reply
-
Can you give me more details about what you are trying to achieve here? Maybe paste some code? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use
Live
with content that would overflow horizontally and would thus like to control this similarly to how it works withconsole.print()
. Unless I missed it, there's no way to control calls toconsole.print()
emitted by theLive
instance upon refresh. But since it is possible to pass a custom console to the Live object, this use case could be solved that way.That's my use case now, but it seems to me that controlling overflow globally (similarly to how, e.g., soft-wrapping can currently be controlled) would make sense in general.
So, can we add an
overflow
argument toConsole.__init__()
?If so, I'd be happy to work on a PR.
Beta Was this translation helpful? Give feedback.
All reactions