Brick.Widgets.WrappedText
Description
TODO Use the built-in wrapping feature in brick-0.20
wrappedText :: Text -> Widget n Source #
Widget like txt, but wrap all lines to fit on the screen.
txt
Doesn't do word wrap, just breaks the line whenever the maximum width is exceeded.