-
Updated
Aug 15, 2021 - C
ncurses
Here are 838 public repositories matching this topic...
-
Updated
Aug 30, 2021 - C
-
Updated
Aug 1, 2021 - C
-
Updated
Aug 29, 2021 - C
-
Updated
Aug 12, 2021 - C
-
Updated
Aug 30, 2021 - C
-
Updated
Aug 16, 2021 - C
-
Updated
Aug 26, 2021 - C
TUI window too small
Describe the bug/Expected behavior
The TUI window takes less than half of vertical space, losing information. For example, on the Memory tab, only first six banks are visible, plus the header of bank 7 (and there's apparently no way to scroll down).
The window also doesn't take the full horizontal space; in this case the text is not lost but spills into frames and wraps around onto the le
-
Updated
Aug 3, 2021 - C++
Most TUI programs have a useful list of categorized keybindings that shows when <?> or shift+/ are pressed to quickly check which-key does X, or see what commands are available to the user. I believe this is a low-input/high-return improvement for all new users. This would also make the project feel much more polished.
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 28, 2021 - C
-
Updated
May 14, 2021 - C++
-
Updated
Aug 11, 2021 - SCSS
-
Updated
Aug 17, 2021 - C++
-
Updated
Jul 11, 2019 - Go
-
Updated
Sep 26, 2018 - C
Improve this page
Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ncurses topic, visit your repo's landing page and select "manage topics."
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 itsminandmaxvalues. 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