From e40024da71823925ff6bcc2dd6507dedf7bfffa9 Mon Sep 17 00:00:00 2001 From: Daniel Schoepe Date: Mon, 8 Feb 2010 17:29:01 +0100 Subject: Fixed reversed history searching direction in X.P.history(Up|Down)Matching Ignore-this: 61b9907318d18ef2fb5bc633048d3afc darcs-hash:20100208162901-7f603-50b0444e2e7bc57504dbdf8bcefe04b860e926cd.gz --- XMonad/Prompt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad') 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 -- cgit v1.2.3