Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise multi_progress_bar tty control sequences
Instead of sending multiple cursor_up and clear_line sequences, send a single command to move the cursor up multiple lines. This makes the tty::clear_line redundant, because the next update will overwrite the previous lines anyway.
- Loading branch information