From a16933476187a349d619ab29f73dbcae81c8cb24 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 7 Nov 2025 12:25:47 +0530 Subject: Show error messages (permission error + path not found + invalid command error) --- lib/Daffm/Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Daffm/Types.hs') diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index 15c284b..a26b0ef 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -43,6 +43,7 @@ data AppState = AppState stateCustomCommands :: Map.Map Text.Text Command, stateFileSelections :: Set.Set FilePathText, stateFiles :: L.List FocusTarget FileInfo, + stateMessage :: Maybe Text.Text, stateFocusTarget :: FocusTarget, stateKeyMap :: Keymap, stateKeySequence :: KeySequence, -- cgit v1.3.1