aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Theme.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-2/+2
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+1
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+0
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
2008-02-17Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato1-1/+1
2008-02-16Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato1-4/+1
2008-02-16Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato1-2/+8
2008-02-08Prompt.Theme: comments and some point-freeAndrea Rossato1-6/+6
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato1-0/+52