Skip to content

Commit

Permalink
Merge pull request xmonad#861 from dcousens/patch-1
Browse files Browse the repository at this point in the history
XMonad.Prompt: export getCurrentCompletions (and setCurrentCompletions)
  • Loading branch information
slotThe authored Jan 10, 2024
2 parents 99b24f3 + 385d7e9 commit 7cb6b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XMonad/Prompt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module XMonad.Prompt
, defaultColor, modifyColor, setColor
, resetColor, setBorderColor
, modifyPrompter, setPrompter, resetPrompter
, selectedCompletion, setCurrentCompletions, getCurrentCompletions
, moveWord, moveWord', killWord, killWord'
, changeWord, deleteString
, moveHistory, setSuccess, setDone, setModeDone
Expand Down

0 comments on commit 7cb6b0f

Please sign in to comment.