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

tui

Here are 548 public repositories matching this topic...

thorlucas
thorlucas commented Jun 2, 2020

Describe the bug
Table widgets panic when the terminal gets too narrow.

To Reproduce
Run cargo run --example table. Shrink the terminal width to about 68. It should panic and just close out.

Expected behavior
Widgets should never panic on rendering.

Desktop (please complete the following information):

  • OS: macOS Catalina 10.15.5
  • iTerm2 3.3.10, Terminal 2.10
mjip
mjip commented Jul 12, 2020

Is your feature request related to a problem? Please describe.
I would like for an effect to render text (or ASCII characters) from left to right, like it's being typed out.

Describe the solution you'd like
Similar to the mirage effect (where text can be rendered one character at a time, only randomly), it would be cool to have text rendered one letter at a time from left to right, so

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

C-sharp-console-gui-framework

Improve this page

Add a description, image, and links to the tui 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 tui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.