Skip to content
#

ncurses

Here are 838 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

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

  • Updated Aug 12, 2021
  • C
CPU-X
kilobyte
kilobyte commented Aug 23, 2021

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

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