forbear icon indicating copy to clipboard operation
forbear copied to clipboard

Repeated progress bar in very long run

Open Diegoolei opened this issue 1 week ago • 0 comments

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='(  ●   )')

Diegoolei avatar Jun 18 '24 18:06 Diegoolei