diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 18:54:03 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 18:54:03 -0400 |
| commit | ecf1584d7e448697fdb918e43bf6b4b0004d8321 (patch) | |
| tree | 94309314ff01a826f885d1b8349d21dcc89d5945 /Propellor/Message.hs | |
| parent | c833ff3f50df67c6b3b466d1ba4209fdc3eede1f (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Message.hs')
| -rw-r--r-- | Propellor/Message.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Message.hs b/Propellor/Message.hs index f4c812dd..7f451946 100644 --- a/Propellor/Message.hs +++ b/Propellor/Message.hs @@ -19,6 +19,7 @@ actionMessage desc a = do setSGR [SetColor Foreground intensity color] putStrLn msg setSGR [] + setTitle "Propellor running" hFlush stdout return r |
