The Wayback Machine - https://web.archive.org/web/20201111220212/https://github.com/topics/ncurses
Skip to content
#

ncurses

Here are 700 public repositories matching this topic...

j-tai
j-tai commented Jul 23, 2020

First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion

Problem description

For a &mut ProgressBar, there are no methods to set its min and max values. The only methods to change their values (min(self, usize), max(self, usize)) take ownership of the ProgressBar, which is not possible if you have a reference.

Workaround: to gain ownership, create a

Improve this page

Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ncurses topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.