aboutsummaryrefslogtreecommitdiffstats
path: root/DirectoryPrompt.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move runXXX functions to one moduleChristian Thiemann2007-10-121-1/+1
| | | | | | | | | This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central module called Run. This way, other modules may include Run instead of Dmenu to get what they want without giving the impression of making use of dmenu. darcs-hash:20071012145233-8602e-6f8fb66c62afecdbd52a6a9122b5ecb55fc7f8bc.gz
* Maybe? What Maybe? (rollback earlier dmenu change)Devin Mullins2007-10-071-3/+1
| | | | darcs-hash:20071007185915-78224-5dc94fbbbc960a853654321317e2b8ba54d8be2a.gz
* change Dmenu functions to return IO/X (Maybe String)Devin Mullins2007-10-061-1/+3
| | | | | | | | | | | | dmenu exits with code 1 when you hit Escape, and I wanna create a contrib that takes advantage of that. This required changes in four contribs (Commands, DirectoryPrompt, ShellPrompt, and WorkspaceDir), and might require changes in users' Configs. Also, I'm not sure some of the changes I made to the client code are very Haskelly. Would appreciate input there. darcs-hash:20071006070959-78224-eeefb4300d6d3de7b199f2b1ad37ba43384e03f1.gz
* DirectoryPrompt.hs: add missing type signature.Joachim Fasting2007-09-191-0/+1
| | | | darcs-hash:20070919213736-928c4-4d7b0b44ba6145557e4376f41e8ad6776f3e5538.gz
* DirectoryPrompt: removed ShellPrompt usage info and added pointer to ↵Andrea Rossato2007-08-181-18/+1
| | | | | | WorkspaceDir darcs-hash:20070818083105-32816-727878711d9d1cad6e24a32279a5680dd627ee93.gz
* use XPrompt in WorkspaceDir.David Roundy2007-08-141-0/+59
darcs-hash:20070814191103-72aca-dfa6265cb6f55918e7f66f856fb7e60ac22b42cd.gz