add startAction parameter for KeySha
I have a use planned for this in Command.Migrate. Sponsored-by: unqueued on Patreon
This commit is contained in:
parent
1f811c340d
commit
b55efc179a
22 changed files with 34 additions and 31 deletions
|
@ -33,7 +33,7 @@ seek o = do
|
|||
, usesLocationLog = False
|
||||
-- startAction is not actually used since this
|
||||
-- is not used to seek files
|
||||
, startAction = \_ _ key -> start' o isterminal key
|
||||
, startAction = \_ _ _ key -> start' o isterminal key
|
||||
}
|
||||
withKeyOptions (Just WantAllKeys) False seeker
|
||||
(commandAction . start o isterminal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue