Skip to content
#

tui

Here are 614 public repositories matching this topic...

gitui
extrawurst
extrawurst commented Nov 1, 2020

according to @1wilkens in #390 our current copy to clipboard binaries may not cover wayland (correct me if I am wrong).

maybe we can use this opportunity to cleanup the support for multiple fallback programs for running copy to clipboard:

  • use which on all platforms
  • have a list of platforms specific programs
  • try them all before erroring out
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

cordless

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.