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

tui

Here are 821 public repositories matching this topic...

gitui
metalsp0rk
metalsp0rk commented Apr 4, 2021

Describe the bug
Tags are not showing for the last entry in ticker, when scrolling is applicable.

To Reproduce
Steps to reproduce the behavior:

  1. launch with --show-tags
  2. Scroll to the bottom
  3. Observe that the last entry does not show the tags.

Expected behavior
The interface will allow you to scroll down to the very bottom.

Screenshots
![image](https://user-

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

MisterY
MisterY commented May 13, 2019

As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.

My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi

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