aboutsummaryrefslogtreecommitdiffstats
path: root/XPrompt.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* XPrompt.hs: getCompletion should check for completions of the last word of th...Andrea Rossato2007-08-051-2/+2
* XPrompt.hs: read history lazilyAndrea Rossato2007-08-041-32/+23
* XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig insteadAndrea Rossato2007-08-041-4/+0
* XPrompt.hs: haddock corrections and some commentsAndrea Rossato2007-08-041-10/+12
* XPrompt: fixes a couple of bugsAndrea Rossato2007-08-041-24/+21
* XPrompt: code cleanupAndrea Rossato2007-08-031-53/+44
* Make 'compList :: [String]', rather than Maybe. No completions is represente...Spencer Janssen2007-08-031-13/+12
* Rename 'setCompletionList' to 'refreshCompletionList'Spencer Janssen2007-08-031-8/+8
* XPrompt: added comletion and history supportAndrea Rossato2007-08-031-76/+210
* Make the XPrompt appear on the current screenSpencer Janssen2007-08-021-17/+18
* XPrompt: a module for easily writing graphical promptsAndrea Rossato2007-08-021-0/+512