aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Man.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-16Fix issue 551 by also getting manpath without -g flag.Adam Vogt1-3/+7
Ignore-this: ded2d51eb7b7697c0fdfaa8158d612df Instead of taking Ondrej's approach of figuring out which man (man-db or http://primates.ximian.com/~flucifredi/man/) is used by the system, just try both sets of flags. darcs-hash:20130716030536-1499c-7e886211a39a6576b40ed277811003d17f90ef88.gz
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-1/+1
Ignore-this: 898458b1d2868a70dfb09faf473dc7aa darcs-hash:20130528013909-76d51-863278165b6f149c47b08b31b34e85ddcab19f1f.gz
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+2
Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt1-2/+3
Ignore-this: 136f35fcc0f3a824b96eea0f4e04f276 darcs-hash:20100124203324-1499c-6e811978a61feebf704e3cd7543cbcc0b3e8a0b3.gz
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
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