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

Safe HaskellNone
LanguageHaskell2010

Brick.Widgets.WrappedText

Description

TODO Use the built-in wrapping feature in brick-0.20

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.