hledger-iadd-1.2.2: A terminal UI as drop-in replacement for hledger add

Safe HaskellNone
LanguageHaskell2010

Brick.Widgets.WrappedText

Synopsis

Documentation

wrappedText :: Text -> Widget n Source #

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.