hledger-ui-1.40: Terminal interface for the hledger accounting system
Safe HaskellNone
LanguageHaskell2010

Hledger.UI.Main

Description

hledger-ui - a hledger add-on providing an efficient TUI. Copyright (c) 2007-2015 Simon Michael [email protected] 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 #