mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
fix bug leading to early exit in XPrompt.
This commit is contained in:
@@ -220,7 +220,8 @@ handle ks (KeyEvent {ev_event_type = t, ev_state = m})
|
||||
handle _ (AnyEvent {ev_event_type = t, ev_window = w})
|
||||
| t == expose = do
|
||||
st <- get
|
||||
when (win st == w) $ updateWindows >> eventLoop handle
|
||||
when (win st == w) updateWindows
|
||||
eventLoop handle
|
||||
handle _ _ = eventLoop handle
|
||||
|
||||
-- completion event handler
|
||||
|
Reference in New Issue
Block a user