Clear spinner after each cycle
authorafresh1 <afresh1@openbsd.org>
Thu, 21 Mar 2024 01:02:29 +0000 (01:02 +0000)
committerafresh1 <afresh1@openbsd.org>
Thu, 21 Mar 2024 01:02:29 +0000 (01:02 +0000)
commit0e3a089704531566fe801a6b4426edc1a4c79e8f
tree4998a0449ab2fcee531685b2a786dee969f0929b
parent46b2881190169ed0d999f401906c92eac84be6fb
Clear spinner after each cycle

Otherwise we can get left with a piece of the spinner if all firmware
gets updates and don't print a "kept" value.

While here, replace \010 with the ksh supported \b, as suggested by cheloha@

Noticed by deraadt@
usr.sbin/fw_update/fw_update.sh