aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* add another extension to actually fix the build with ghc-7.10-RC1Adam Vogt2015-01-241-0/+1
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-7/+10
* Allow to limit maximum row count in X.Prompt completion windowPaul Fertser2013-02-211-1/+7
* spawn command when no completion is available (if alwaysHighlight is True); c...c.lopez2013-02-091-2/+1
* Record polachok's fix for issue 507Adam Vogt2012-12-161-2/+5
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-6/+4
* Improves haddock documentationc.lopez2012-08-261-1/+1
* Improve comments, add an error throw that shouldn't happenc.lopez2012-08-261-5/+7
* fix a bug when ncompletionsc.lopez2012-08-261-3/+2
* Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i...c.lopez2012-08-111-88/+100
* Changes on XPrompt:c.lopez2012-06-281-39/+217
* updates to XMonad.Prompt re: word-oriented commandsBrent Yorgey2012-05-101-30/+71
* Remove trailing whitespace.Adam Vogt2012-04-281-1/+1
* Add emacs-like keys to browse history in XMonad.PromptCarlos Lopez-Camey2012-04-211-0/+2
* Adds an emacs-like Keymap in XMonad.PromptCarlos Lopez-Camey2012-04-211-0/+37
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+2
* Compile with ghc7Mats Rauhala2011-05-041-3/+3
* Remove last excess definition of `fi' (fromIntegral)Adam Vogt2010-09-141-2/+1
* remove decodeInput/encodeOutputgwern02010-06-151-11/+8
* Prompt: handle case of historySizeAdam Vogt2010-04-211-4/+7
* XMonad.Prompt: remove white border from greenXPConfiggwern02010-02-111-1/+1
* Fixed reversed history searching direction in X.P.history(Up|Down)MatchingDaniel Schoepe2010-02-081-2/+2
* Compatibility for rename of XMonad.numlockMaskAdam Vogt2010-01-241-3/+3
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-241-4/+4
* Corrected documentation in X.PromptDaniel Schoepe2010-02-011-2/+2
* Use Stack instead of list in X.Prompt.history*MatchingDaniel Schoepe2010-02-011-21/+28
* Add a way to cycle only through matching history entries in X.PromptDaniel Schoepe2010-01-141-0/+40
* Add a search predicate option to XMonad.PromptMike Lundy2009-12-211-2/+7
* Update Prompt for numlockMask changesSpencer Janssen2009-11-031-7/+6
* Prompt.hs: Corrected quit keybindingsTim Horton2009-12-031-1/+2
* Use less short names in X.PromptAdam Vogt2009-11-151-5/+2
* Use io instead of liftIO in PromptAdam Vogt2009-11-151-9/+9
* 'io' and 'fi' are defined outside of PromptAdam Vogt2009-11-151-9/+2
* Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt2009-11-151-22/+9
* Add functions to access the current input in X.PromptDaniel Schoepe2009-10-311-0/+10
* Remove putSelection, fixes #317Spencer Janssen2009-10-301-7/+2
* Filter extra modifier bits some layouts set in XMonad.PromptDaniel Schoepe2009-10-121-2/+3
* minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva2009-09-281-13/+12
* Use default handler in XMonad.Prompt.eventLoopDaniel Schoepe2009-10-011-1/+1
* Correctly check completionKey field in XMonad.PromptDaniel Schoepe2009-09-281-16/+17
* Fix for issue 315Daniel Schoepe2009-09-281-2/+3
* Only use search history for completion in X.A.SearchDaniel Schoepe2009-09-211-7/+18
* Fix regression in XMonad.Prompt's completionDaniel Schoepe2009-09-201-14/+13
* Clean keymask before use in XMonad.PromptDaniel Schoepe2009-09-201-4/+17
* Export moveCursor in XMonad.PromptDaniel Schoepe2009-09-201-1/+1
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-7/+6
* Make the keymap of XMonad.Prompt customizableDaniel Schoepe2009-09-101-57/+84
* Add ability to copy the entered string in X.PromptDaniel Schoepe2009-07-091-1/+6
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-1/+1
* Prompt.hs: setSuccess True also on Keypad Entersean.escriva2009-04-091-1/+1