propellor spin
This commit is contained in:
parent
9a61b127a0
commit
a431dd231e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue