Skip to content

Is there any way to print '\b' with Rich? #1230

Answered by willmcgugan
CKylinMC asked this question in Q&A
Discussion options

You must be logged in to vote

Rich will strip out some control codes because they break formatting. If you want dynamically updating output have a look at Status or Live in the docs.

If want to bypass rich and write directly to stdout you can call console.file.write

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CKylinMC
Comment options

Answer selected by CKylinMC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants