szaghi / forbear

Fortran (progress) B(e)ar envinronment
40 stars 6 forks source link

Repeated progress bar in very long run #10

Open Diegoolei opened 2 weeks ago

Diegoolei commented 2 weeks ago

In a long run (7 minutes), instead of one progress bar, 12 appear image

Actual code:

      call bar%initialize(filled_char_string='㊂', empty_char_string='●',&
         suffix_string='| ', add_progress_percent=.true.,prefix_string='Progress |',&
         scale_bar_color_fg='blue', scale_bar_style='underline_on', spinner_string='(  ●   )')