Replies: 2 comments 2 replies
-
Alas, there is no way of disbling this currently since it would break rendering. Let me think about it for a little while and I'll come back to you. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here's a workaround I am using:
Looking through the code, it seems that what we'd need is to set |
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
-
While trying to fix spectre1000, I came across one small "problem":
I want to write some text to the console that can be easily copied to the clipboard. Hence, I don't really care for "readability" but more for "accuracy".
So, given the following code:
the output is
So, my question is: Is there a way to disable the word-breaking in
AnsiConsole
?Beta Was this translation helpful? Give feedback.
All reactions