Closed GoogleCodeExporter closed 8 years ago
Just realised the patch file lacks context. This new one should work.
Original comment by harry%ha...@gtempaccount.com
on 10 Jun 2009 at 11:27
Attachments:
This is actually already fixed in darcs, I think.
Thu Mar 12 05:13:14 EDT 2009 Valery V. Vorotyntsev <valery.vv@gmail.com>
* Prompt.Shell: escape ampersand
Ampersand (&) is a special character and should be escaped.
{
hunk ./XMonad/Prompt/Shell.hs 121
-escape (' ':xs) = "\\ " ++ escape xs
hunk ./XMonad/Prompt/Shell.hs 126
-isSpecialChar = flip elem "\\@\"'#?$*()[]{};"
+isSpecialChar = flip elem " &\\@\"'#?$*()[]{};"
}
Original comment by gwe...@gmail.com
on 10 Jun 2009 at 12:21
Original comment by SpencerJ...@gmail.com
on 3 Nov 2009 at 10:39
Original issue reported on code.google.com by
harry%ha...@gtempaccount.com
on 10 Jun 2009 at 11:11Attachments: