From 23c9a9cff8069dd46f063ff2f49d8c6b391d2407 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 30 Apr 2019 16:26:16 -0600 Subject: [PATCH] longer bar --- src/croc/croc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croc/croc.go b/src/croc/croc.go index e823090..2c983ee 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -649,7 +649,7 @@ func (c *Client) setBar() { progressbar.OptionOnCompletion(func() { fmt.Fprintf(os.Stderr, " ✔️\n") }), - progressbar.OptionSetWidth(8), + progressbar.OptionSetWidth(16), progressbar.OptionSetDescription(description), progressbar.OptionSetRenderBlankState(true), progressbar.OptionSetBytes64(c.FilesToTransfer[c.FilesToTransferCurrentNum].Size),