luet/pkg/installer/client
Ettore Di Giacinto 917d0935ad Show progressbar only if terminal is big enough
Fixes #259

The bug is caused by
4c725e56bf/progressbar_printer.go (L190)
which is not taking into account when barCurrentLength is <=0.

As a workaround display it only if the terminal width is big enough.

Now the context drives this kind of runtime state, so we keep everything
tight and we inject only that into the workers
2021-10-22 12:39:07 +02:00
..
client_suite_test.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
docker_test.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
docker.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
http_test.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
http.go Show progressbar only if terminal is big enough 2021-10-22 12:39:07 +02:00
interface.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
local_test.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
local.go Use the cache to store temporary download files 2021-10-21 23:58:45 +02:00