hascard-0.3.0.1: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.

Safe HaskellNone
LanguageHaskell2010

UI.BrickHelpers

Synopsis

Documentation

hFill :: Char -> Widget n Source #

Fill all available space with the specified character. Grows only horizontally.

vFill :: Char -> Widget n Source #

Fill all available space with the specified character. Grows only vertically.

atLeastV :: Int -> Widget n -> Widget n Source #

Make widget at least some amount of rows high.