You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs for Text, the Text component will split text with a \n character if the length of the string extends past the width of the rendering window.
This impacts the value that someone might receive in their clipboard if they copied text directly from a CLI tool built with ink. Is there any way to prevent this text splitting, or strategies for copying long strings?
I didnt see much discussion on this issue when looking.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the docs for Text, the Text component will split text with a
\n
character if the length of the string extends past the width of the rendering window.This impacts the value that someone might receive in their clipboard if they copied text directly from a CLI tool built with ink. Is there any way to prevent this text splitting, or strategies for copying long strings?
I didnt see much discussion on this issue when looking.
Beta Was this translation helpful? Give feedback.
All reactions