summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 01:10:50 -0400
committerJoey Hess2014-03-31 01:10:50 -0400
commita431dd231e85dc27fd07ba445449a514e91f7b10 (patch)
treea32dd6d0aa0ac0f3311c59e7aa41b48478020be5 /Propellor
parent9a61b127a09ed0df13ca91502e232c523cd04f1b (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Engine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Engine.hs b/Propellor/Engine.hs
index e5f8a965..25870ae8 100644
--- a/Propellor/Engine.hs
+++ b/Propellor/Engine.hs
@@ -22,6 +22,7 @@ ensureProperties' ps = ensure ps NoChange
where
ensure [] rs = return rs
ensure (l:ls) rs = do
+ setTitle $ propertyDesc l
r <- ensureProperty l
clearFromCursorToLineBeginning
setCursorColumn 0