purebred-0.1.0.0: An mail user agent built around notmuch

Safe HaskellNone
LanguageHaskell2010

UI.Keybindings

Contents

Synopsis

API

dispatch :: EventHandler v m -> AppState -> Event -> EventM Name (Next AppState) Source #

Event Handlers

Each event handler is handling a single widget in Purebreds UI

nullEventHandler :: EventHandler v m Source #

Do nothing. It might be worthwhile to enhance this to display a message like "no binding for key blah".