cursive icon indicating copy to clipboard operation
cursive copied to clipboard

A Text User Interface library for the Rust programming language

Results 150 cursive issues
Sort by recently updated
recently updated
newest added

**Describe the bug** UI setup as for a classing file manager, that is, two panels, left and right displaying directory content. If each of those panels is inside stack view...

bug

**Is your feature request related to a problem? Please describe.** now the button only support a variable,that is cursive.But some time I need string **Describe the solution you'd like** One...

This is a feature request. # Problem description Currently, whenever a EditView takes focus, the cursor is rendered but does not blink. Perhaps this is not possible as it might...

Are there any ways to focus a `TextView` element? My use case is that I want to create a select list using `LinearLayout` (vertical) and `TextView`. This results in an...

When I tried to create a `BoxView` with fixed width inside a `ListView`, the `ListView` would ignore the `required_size` of `BoxView`. Is it intended that `ListView` only works with single-row...

Basically what I'm trying to say it that if I have an application that is made of let's say panels, and then I add a Dialog via siv.add_layer, the dialog...

Sometimes it is useful to have indefinite progress. Thank you

**Is your feature request related to a problem? Please describe.** When using menu in tui application it is very convenient to simply select menu from the list by pressing the...

Hi, First, thanks for this great library. It turned out to be quite difficult to find a well-matured TUI toolkit which feels more comfortable to use than ncurses directly. I'm...

enhancement
views

Is there a way to mark a letter on a button (normally in GUI apps it is done by putting & in front of the letter) in order to make...