shellprogressbar icon indicating copy to clipboard operation
shellprogressbar copied to clipboard

Using child progress bars causes main bar to jump up on console

Open starhound opened this issue 4 years ago • 1 comments

Apologies for the unusual title.

I have a list of ~160 sub-lists, I set a main bar to track the process of iteration over the master list, and then a child bar to track progression through each sub-list.

Every time my app iterates over a sub-list, a child bar is added, however the main bar is pushed up a line and thus erases anything on said line. This is obviously less than ideal, and could be just my lack of knowledge regarding the settings of your application.

Other than that, it runs amazing!

starhound avatar Jan 25 '21 16:01 starhound

Upon further use it appears that it will also remove any spawned bar from the terminal if it is pushed below the current buffer, even with having CollapseWhenFinished set to false.

starhound avatar Jan 25 '21 19:01 starhound