ShellPrompt.hs (showXPrompt): use a single blank

This commit is contained in:
"Valery V. Vorotyntsev"
2007-10-22 19:17:41 +00:00
parent 051eb3b814
commit df33392d08

View File

@@ -50,7 +50,7 @@ import XMonadContrib.XPrompt
data Shell = Shell
instance XPrompt Shell where
showXPrompt Shell = "Run: "
showXPrompt Shell = "Run: "
shellPrompt :: XPConfig -> X ()
shellPrompt c = do