From c9dfd0f164b916ae79503c2335144b333319aace Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 15 Nov 2007 21:48:28 +0100 Subject: Prompt: haddock fixes darcs-hash:20071115204828-32816-c30269b8411128c3e515aceb867bc1118398fe4a.gz --- XMonad/Prompt.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'XMonad/Prompt.hs') diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 8de97bb..bb4966b 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 -- cgit v1.2.3