aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Types.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-12 00:40:39 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-12 00:47:18 +0530
commit8828075fa3a25f37ec79507c0cf5179b76f35948 (patch)
tree86646a646f423343b016f5d353d8384802e8b8b0 /lib/Daffm/Types.hs
parented728dfdf33ad58113b7dd7b4402d3b15dca91d8 (diff)
downloaddaffm-8828075fa3a25f37ec79507c0cf5179b76f35948.tar.gz
daffm-8828075fa3a25f37ec79507c0cf5179b76f35948.zip
Add init path substitution
Diffstat (limited to 'lib/Daffm/Types.hs')
-rw-r--r--lib/Daffm/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs
index a1095d4..f806253 100644
--- a/lib/Daffm/Types.hs
+++ b/lib/Daffm/Types.hs
@@ -53,7 +53,8 @@ data AppState = AppState
stateOpenerScript :: Maybe Text.Text,
stateSearchTerm :: Maybe Text.Text,
stateSearchMatches :: Vec.Vector Int,
- stateSearchIndex :: Int
+ stateSearchIndex :: Int,
+ stateInitPath :: FilePathText
}
deriving (Show)