mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Merge pull request #861 from dcousens/patch-1
XMonad.Prompt: export getCurrentCompletions (and setCurrentCompletions)
This commit is contained in:
commit
7cb6b0f87b
@ -62,6 +62,7 @@ module XMonad.Prompt
|
|||||||
, defaultColor, modifyColor, setColor
|
, defaultColor, modifyColor, setColor
|
||||||
, resetColor, setBorderColor
|
, resetColor, setBorderColor
|
||||||
, modifyPrompter, setPrompter, resetPrompter
|
, modifyPrompter, setPrompter, resetPrompter
|
||||||
|
, selectedCompletion, setCurrentCompletions, getCurrentCompletions
|
||||||
, moveWord, moveWord', killWord, killWord'
|
, moveWord, moveWord', killWord, killWord'
|
||||||
, changeWord, deleteString
|
, changeWord, deleteString
|
||||||
, moveHistory, setSuccess, setDone, setModeDone
|
, moveHistory, setSuccess, setDone, setModeDone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user