From a4144c0c6e0d3df3740c70b9ad947642d9d48ac6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Oct 2025 12:32:24 +0530 Subject: Show keyseq,selections in statusline + minor refactor --- lib/Daffm/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Daffm/Types.hs') 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 } -- cgit v1.3.1