From a431dd231e85dc27fd07ba445449a514e91f7b10 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 01:10:50 -0400 Subject: propellor spin --- Propellor/Engine.hs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3-2-g0d8e