ham-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Ham.UI.Brick

Synopsis

Documentation

emptyAppState :: AppState Source #

Default AppState.

data AppMode Source #

Modes for the UI.

Constructors

AppModeList

Editing the log list.

AppModeQso

Editing the current QSO entry.

AppModeQuestion

Asking a yes/no question from the user.

AppModeSort 

data AppState Source #

Application state for the Brick UI.

Constructors

AppState 

Fields

app :: App AppState HamlogEvent AppResource Source #

App to use for constructing the Brick UI.