Safe Haskell | None |
---|---|
Language | Haskell2010 |
Brick.Widgets.WrappedText
- wrappedText :: Text -> Widget n
Documentation
wrappedText :: Text -> Widget n #
Widget like txt
, but wrap all lines to fit on the screen.
Doesn't do word wrap, just breaks the line whenever the maximum width is exceeded.