diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Prompt.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 22154ed..20a41bd 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -921,5 +921,5 @@ historyNextMatching hm@(HistoryMatches ref) next = do -- > , .. } -- historyUpMatching, historyDownMatching :: HistoryMatches -> XP () -historyUpMatching hm = historyNextMatching hm W.focusUp' -historyDownMatching hm = historyNextMatching hm W.focusDown'
\ No newline at end of file +historyUpMatching hm = historyNextMatching hm W.focusDown' +historyDownMatching hm = historyNextMatching hm W.focusUp'
\ No newline at end of file |