diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-12 00:40:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-12 00:47:18 +0530 |
| commit | 8828075fa3a25f37ec79507c0cf5179b76f35948 (patch) | |
| tree | 86646a646f423343b016f5d353d8384802e8b8b0 /lib/Daffm/Types.hs | |
| parent | ed728dfdf33ad58113b7dd7b4402d3b15dca91d8 (diff) | |
| download | daffm-8828075fa3a25f37ec79507c0cf5179b76f35948.tar.gz daffm-8828075fa3a25f37ec79507c0cf5179b76f35948.zip | |
Add init path substitution
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 3 |
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) |
