mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
Give a little more space to speedometer
This commit is contained in:
parent
323ece6589
commit
7f563432a6
@ -164,7 +164,7 @@ void console_writer::update(const progress& p, bool last) {
|
||||
if (fancy) {
|
||||
auto w = width.get();
|
||||
size_t progress_w = w / 4;
|
||||
size_t speed_w = 11;
|
||||
size_t speed_w = 12;
|
||||
size_t status_w = w - (progress_w + speed_w);
|
||||
|
||||
if (status_w >= 20) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user