EDIT: Blank one more char for 'Saving ...' msg.

This commit is contained in:
Bobbi Webber-Manners 2021-06-11 20:22:37 -04:00
parent e8c726f2fb
commit 84bcdc2043
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ void spinner(uint32_t sz, uint8_t saving, uint8_t copymode) {
(saving ? "Saving" : "Opening"), filename, chars[(i++) % 4], sz);
revers(1);
cprintf("%s", buf);
cclear(79 - strlen(buf));
cclear(80 - strlen(buf));
revers(0);
}