diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 01:10:50 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 01:10:50 -0400 |
| commit | a431dd231e85dc27fd07ba445449a514e91f7b10 (patch) | |
| tree | a32dd6d0aa0ac0f3311c59e7aa41b48478020be5 | |
| parent | 9a61b127a09ed0df13ca91502e232c523cd04f1b (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Engine.hs | 1 |
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 |
