diff options
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index 197ab63..5133c2b 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -55,6 +55,7 @@ data KeyMatchResult = MatchSuccess Command | MatchPartial | MatchFailure data Command = CmdShell Bool Text.Text + | CmdCommandShell Text.Text | CmdQuit | CmdSetCmdline Text.Text | CmdEnterCmdline |
