hledger-ui-1.32.3: Terminal interface for the hledger accounting system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hledger.UI.Main

Description

hledger-ui - a hledger add-on providing an efficient TUI. Copyright (c) 2007-2015 Simon Michael simon@joyful.com Released under GPL version 3 or later.

Documentation

writeChan :: BChan a -> a -> IO () Source #

brickApp :: Maybe String -> App UIState AppEvent Name Source #

uiHandle :: BrickEvent Name AppEvent -> EventM Name UIState () Source #

uiDraw :: UIState -> [Widget Name] Source #