diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 21:50:49 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 21:50:49 -0400 |
| commit | 7c11d6801865a75af98dff0209b09a642d813411 (patch) | |
| tree | e49c93fbf7c2440507ea1a01680c6bf8fa113c6e /src/Propellor/Message.hs | |
| parent | d130e7e628568be9593474fbe5601239c6ce8a2e (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Message.hs')
| -rw-r--r-- | src/Propellor/Message.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Propellor/Message.hs b/src/Propellor/Message.hs index 244913ea..7e386541 100644 --- a/src/Propellor/Message.hs +++ b/src/Propellor/Message.hs @@ -15,7 +15,6 @@ import Control.Applicative import Propellor.Types import Utility.Monad import Utility.Env -import Utility.FileSystemEncoding data MessageHandle = ConsoleMessageHandle @@ -23,7 +22,6 @@ data MessageHandle mkMessageHandle :: IO MessageHandle mkMessageHandle = do - fileEncoding stdout ifM (hIsTerminalDevice stdout <||> (isJust <$> getEnv "PROPELLOR_CONSOLE")) ( return ConsoleMessageHandle , return TextMessageHandle @@ -117,6 +115,5 @@ checkDebugMode = go =<< getEnv "PROPELLOR_DEBUG" setLevel DEBUG . setHandlers [f] go _ = noop --- Unicode propellor. propellorSigel :: String -propellorSigel = "ꕤ " +propellorSigel = "* " |
