aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Prompt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs
index 56f5770..387517a 100644
--- a/XMonad/Prompt.hs
+++ b/XMonad/Prompt.hs
@@ -327,7 +327,7 @@ eventLoop action = do
else return (Nothing, "")
return (ks,s,ev)
action (fromMaybe xK_VoidSymbol keysym,string) event
- gets done >>= flip unless (eventLoop action)
+ gets done >>= flip unless (eventLoop handle)
-- | Removes numlock and capslock from a keymask.
-- Duplicate of cleanMask from core, but in the