aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Theme.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-2/+2
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+1
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* Refer to modm as the current modMaskAdam Vogt2009-10-221-1/+1
* Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato2008-02-171-1/+1
* Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato2008-02-161-4/+1
* Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato2008-02-161-2/+8
* Prompt.Theme: comments and some point-freeAndrea Rossato2008-02-081-6/+6
* Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato2008-02-071-0/+52