elan icon indicating copy to clipboard operation
elan copied to clipboard

elan-cli messed up with progess

Open acasta-yhliu opened this issue 2 years ago • 0 comments

src/elan-cli/download_tracker.rs messed up the download progress. There are messages all over the screen. I see that it says:

// delete_line() doesn't seem to clear the line properly.
// Instead, let's just print some whitespace to clear it.
let _ = write!(self.term.as_mut().unwrap(), "                ");

maybe print \r would be a better choice in case delete_line() does not work.

acasta-yhliu avatar Feb 08 '23 09:02 acasta-yhliu