tui
Here are 903 public repositories matching this topic...
-
Updated
Oct 1, 2021 - C
-
Updated
Sep 30, 2021 - C
-
Updated
Apr 27, 2021 - Go
-
Updated
Oct 3, 2021 - Go
It would be nice if one could document how the x and y coordinates are defined. (Beginners might not know about it and well the more documentation the better).
What I think when I see x and y:
What it actually is:
-
Updated
Mar 11, 2020 - Python
-
Updated
Sep 30, 2021 - Python
Describe the bug
Tags are not showing for the last entry in ticker, when scrolling is applicable.
To Reproduce
Steps to reproduce the behavior:
- launch with --show-tags
- Scroll to the bottom
- 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
 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
Vertical barcharts
-
Updated
Aug 4, 2021 - Python
I have an idea for a new feature for jQuery Terminal
It was used to update the version in package.json file but now it the Makefile update package.in when package.json changes and it recursive it keeps updating.
The package.in have {{VER}} that is updated with current version but to update the package.in the code use regex so it can just update the file iteself.
The file is modifi
Vec2 is currently made of 2 usize. This means 16 bytes on x86_64, which is crazy.
A pair of u16 would probaby be enough (this puts a limit of 65k, or 32k if we used i16, which sounds enough). Or even u32/i32 would already halve the size.
The main issue is conversion with other types. We'll need to see when/how values are converted.
Currently we need to pb.Add(0) after a title change to a progress bar to update the title.
pb.Title = "Test"
pb.Add(0)
// Do stuff
pb.Increment()pb.UpdateTitle("Test")
// Do stuff
pb.Increment()Improve this page
Add a description, image, and links to the tui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tui topic, visit your repo's landing page and select "manage topics."


the branch-list can be opened from the revlog tab too. if we perform a merge or rebase and it puts the repo in a non-clean state it would be more intuitive to switch into the status-tab where this work will be continued