From 2a3ac53d301bd2aa09f5e99dda35f39ea4fedae7 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 15 Nov 2007 20:48:28 +0000 Subject: [PATCH] Prompt: haddock fixes --- XMonad/Prompt.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 8de97bb4..bb4966b9 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -68,8 +68,6 @@ import System.Posix.Files -- TODO: -- -- * scrolling the completions that don't fit in the window (?) --- --- * commands to edit the command line type XP = StateT XPState IO @@ -312,7 +310,7 @@ killAfter :: XP () killAfter = modify $ \s -> s { command = take (offset s) (command s) } --- | Kill the next/previous word +-- | Kill the next\/previous word killWord :: Direction -> XP () killWord d = do XPS { command = c, offset = o } <- get