Merge pull request #206 from foreverbell/master

Export XMonad.Prompt.insertString.
This commit is contained in:
Brent Yorgey
2017-07-24 17:41:51 -04:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -108,6 +108,10 @@
Make type of ManageHook combinators more general. Make type of ManageHook combinators more general.
* `XMonad.Prompt`
Export `insertString`.
* `XMonad.Prompt.Window` * `XMonad.Prompt.Window`
- New function: `windowMultiPrompt` for using `mkXPromptWithModes` - New function: `windowMultiPrompt` for using `mkXPromptWithModes`

View File

@@ -35,7 +35,7 @@ module XMonad.Prompt
, emacsLikeXPKeymap, emacsLikeXPKeymap' , emacsLikeXPKeymap, emacsLikeXPKeymap'
, quit , quit
, killBefore, killAfter, startOfLine, endOfLine , killBefore, killAfter, startOfLine, endOfLine
, pasteString, moveCursor , insertString, pasteString, moveCursor
, setInput, getInput , setInput, getInput
, moveWord, moveWord', killWord, killWord', deleteString , moveWord, moveWord', killWord, killWord', deleteString
, moveHistory, setSuccess, setDone , moveHistory, setSuccess, setDone