propellor spin
This commit is contained in:
parent
9a61b127a0
commit
a431dd231e
|
@ -22,6 +22,7 @@ ensureProperties' ps = ensure ps NoChange
|
||||||
where
|
where
|
||||||
ensure [] rs = return rs
|
ensure [] rs = return rs
|
||||||
ensure (l:ls) rs = do
|
ensure (l:ls) rs = do
|
||||||
|
setTitle $ propertyDesc l
|
||||||
r <- ensureProperty l
|
r <- ensureProperty l
|
||||||
clearFromCursorToLineBeginning
|
clearFromCursorToLineBeginning
|
||||||
setCursorColumn 0
|
setCursorColumn 0
|
||||||
|
|
Loading…
Reference in New Issue