mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 18:51:51 -07:00
Merge pull request #508 from slotThe/prompt-ah-immediate
X.Prompt: fix selection not entering history
This commit is contained in:
@@ -617,6 +617,10 @@ runXP st = do
|
||||
(\status ->
|
||||
execStateT
|
||||
(when (status == grabSuccess) $ do
|
||||
ah <- gets (alwaysHighlight . config)
|
||||
when ah $ do
|
||||
compl <- listToMaybe <$> getCompletions
|
||||
modify' $ \xpst -> xpst{ highlightedCompl = compl }
|
||||
updateWindows
|
||||
eventLoop handleMain evDefaultStop)
|
||||
st
|
||||
|
Reference in New Issue
Block a user