summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 18:54:03 -0400
committerJoey Hess2014-03-31 18:54:03 -0400
commitecf1584d7e448697fdb918e43bf6b4b0004d8321 (patch)
tree94309314ff01a826f885d1b8349d21dcc89d5945 /Propellor
parentc833ff3f50df67c6b3b466d1ba4209fdc3eede1f (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Message.hs1
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