diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:48:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:49:30 +0530 |
| commit | 3eecc44479c3e3ce9dd1beecfeb794c8a541e00f (patch) | |
| tree | b6618a239329ac6f9f811eedc134d131c3f5a115 /lib/Daffm/State.hs | |
| parent | 2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba (diff) | |
| download | daffm-3eecc44479c3e3ce9dd1beecfeb794c8a541e00f.tar.gz daffm-3eecc44479c3e3ce9dd1beecfeb794c8a541e00f.zip | |
Add run shell command via cmdline + selected file substitution
Diffstat (limited to 'lib/Daffm/State.hs')
| -rw-r--r-- | lib/Daffm/State.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Daffm/State.hs b/lib/Daffm/State.hs index cfa9aeb..13fb613 100644 --- a/lib/Daffm/State.hs +++ b/lib/Daffm/State.hs @@ -17,7 +17,7 @@ mkEmptyAppState :: AppState mkEmptyAppState = AppState { stateFiles = L.list FocusMain (Vec.fromList []) 1, - stateCmdlineEditor = Editor.editor FocusCmdline Nothing "", + stateCmdlineEditor = Editor.editor FocusCmdline (Just 1) "", stateFocusTarget = FocusMain, stateListPositionCache = Map.empty, stateCwd = "", |
