diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:56:27 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-03 12:05:52 +0530 |
| commit | f820f302130445d8b983ab89746f6de7443c0bea (patch) | |
| tree | a5e84324a897451c29a00cad410abd992bf0fe27 /lib/Daffm/Types.hs | |
| parent | 3eecc44479c3e3ce9dd1beecfeb794c8a541e00f (diff) | |
| download | daffm-f820f302130445d8b983ab89746f6de7443c0bea.tar.gz daffm-f820f302130445d8b983ab89746f6de7443c0bea.zip | |
Add %d substitution
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index aaf6083..fa9796a 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -1,5 +1,6 @@ module Daffm.Types where +import Brick (EventM) import qualified Brick.Widgets.Edit as Editor import qualified Brick.Widgets.List as L import qualified Data.Map as Map @@ -35,3 +36,5 @@ data AppState = AppState stateParentDir :: FilePath } deriving (Show) + +type AppEvent = EventM FocusTarget AppState |
