diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 12:32:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 13:40:47 +0530 |
| commit | a4144c0c6e0d3df3740c70b9ad947642d9d48ac6 (patch) | |
| tree | 9fc8315aeb5d5ebf867c804d17920216c5396ab1 /lib/Daffm/Types.hs | |
| parent | 556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 (diff) | |
| download | daffm-a4144c0c6e0d3df3740c70b9ad947642d9d48ac6.tar.gz daffm-a4144c0c6e0d3df3740c70b9ad947642d9d48ac6.zip | |
Show keyseq,selections in statusline + minor refactor
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index ee25e44..bf98e1c 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -39,7 +39,7 @@ data AppState = AppState stateFileSelections :: Set.Set FilePathText, stateFocusTarget :: FocusTarget, stateCwd :: FilePathText, - stateListPositionCache :: Map.Map Text.Text Int, + stateListPositionHistory :: Map.Map Text.Text Int, stateKeySequence :: KeySequence, stateKeyMap :: Keymap } |
