aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Man.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-16Update all uses of doubleFork/waitForProcessSpencer Janssen1-2/+2
Ignore-this: 4e15b7f3fd6af3b7317449608f5246b0 darcs-hash:20090116210315-25a6b-53190793833624e0c5e36ce353333092e5243883.gz
2008-02-05Run.hs: add an option to runintermsgwern01-1/+1
It turns out that for urxvt, and most terminal, apparently, once you give a '-e' option, that's it. They will not interpret anything after that as anything but input for /bin/sh, so if you wanted to go 'runInTerm "'screen -r session' -title IRC"', you were SOL - the -title would not be seen by urxvt. This, needless to say, is bad, since then you can't do stuff like set the title which means various hooks and extensions are helpless. This patch adds an extra options argument which is inserted *before* the -e. If you want the old behaivour, you can just go 'runInTerm "" "executable"', but now if you need to do something extra, 'runInTerm "-title mutt" "mutt"' works fine. This patch also updates callers. darcs-hash:20080205031824-f7719-ca5117c1b75f6667459273be2613bc29e8cbbacb.gz
2007-12-12Man.hs: input speedupValery V. Vorotyntsev1-17/+21
Descend manpage directories once -- when `manPrompt' is called. (Previous version used to search directories upon each character arrival.) darcs-hash:20071212090256-ae588-c8afdd4f04a9aa9e6ee947d0d1559566134ffb9d.gz
2007-11-22Prompt/Man.hs: fixing haddockValery V. Vorotyntsev1-10/+9
darcs-hash:20071122091828-ae588-e7953336858148314ed68056c16b5389f755a634.gz
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato1-5/+4
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting1-2/+2
darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
2007-11-18Prompt/Man.hs: remove docstring.Joachim Fasting1-1/+1
darcs-hash:20071118143240-928c4-b8478ece740d7d104549836c351aaf4ef3f0a66e.gz
2007-11-18Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting1-3/+4
darcs-hash:20071117230734-928c4-3913925d7feb535b60c9dbbaae100864fcbf0883.gz
2007-11-06Man.hs: -Wall option not necessary as that's turned on in the Cabal filesgwern01-1/+0
darcs-hash:20071106190659-f7719-a669d6be20e9f7f5cc2da374ace7bfcd9180de86.gz
2007-11-01HierarchifySpencer Janssen1-8/+8
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-04ManPrompt.hs: auto-complete explicit paths (those with `/')Valery V. Vorotyntsev1-25/+27
Bash's compgen is used for this (like in ShellPrompt.hs). Enable all GHC warnings. Improve documentation (slightly). darcs-hash:20071104202056-ae588-80431b74868667fea2d37a7c4501b81a3b0a30cd.gz
2007-10-24ManPrompt.hs: use `uniqSort' from XPrompt.hsValery V. Vorotyntsev1-14/+4
TODO list extended. darcs-hash:20071024143905-ae588-33766f788253764ddf7cb89db171d7aae04f4ce5.gz
2007-10-22ManPrompt.hs: a manual page prompt (new module)Valery V. Vorotyntsev1-0/+115
darcs-hash:20071022191443-ae588-2062c1cf18050861d8cee344117d07f13f653605.gz