Skip to content

Use pbr crate for progress bar

Ian Douglas Scott requested to merge ids1024:pbr into master

pkg-pb

I had to patch pbr with a termion based backend for Redox (https://github.com/ids1024/pb/commit/3434f11276836b7d7f2eb5d9c0b36b0b6c829789). I had to subtract 1 from the column count to make it display on one line (the cursor ended up on the next line, messing things up). That shouldn't be necessary, but I'm not sure where the issue is (orbterm, termion, etc).

Merge request reports