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
string and text also lack the above described behavior
For instance, to render a multiline string I essentially always do
vertCat $ string <$> lines s
Do you think this change is worth making? Given my experience with vty-ui and brick I'd say it would be useful to make the string-rendering functions handle newlines in a reasonable way, but it could also be a breaking change.
From Simon Michael: "I expected renderBS to convert a multiline string into an Image of height > 1."
The text was updated successfully, but these errors were encountered: