diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Prompt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 2c51226..305f0a8 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -30,7 +30,7 @@ module XMonad.Prompt , completion , quit , killBefore, killAfter, startOfLine, endOfLine - , pasteString, copyString + , pasteString, copyString, moveCursor , moveWord, killWord, deleteString , moveHistory, setSuccess, setDone , Direction1D(..) |