tty-spinner
tty-spinner copied to clipboard
Fix hide_cursor on multi spinners
Describe the change
Fix hide_cursor on multi spinners
Why are we doing this?
When a spinner is done, it writes "show" sequence, leading to cursor reappearance, although others are still spinning.
Benefits
Rehide the cursor on sub-done.
Drawbacks
Requirements
- [ ] Tests written & passing locally?
- [X] Code style checked?
- [X] Rebased with
masterbranch? - [X] Documentation updated?
- [X] Changelog updated?