metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
902 stars 117 forks source link

Progressbar: make len optional defaulting to fill all available space #36

Closed comigor closed 1 year ago

comigor commented 5 years ago

:warning: This is breaking! It changes progressbar argument order

Make len optional and the third arg of progressbar, defaulting to fill all window space.

metal3d commented 5 years ago

Ok as it could break something for those who are using it, I think that I will make a new makor version with that PR later

metal3d commented 1 year ago

Can you please try to resolve the conflict? Thanks a lot

metal3d commented 1 year ago

I made others adaptations. Thanks for your PR, but unfortunately it now doesn't fit the code base.