Artie Fuffkin

Results 29 issues of Artie Fuffkin

Hi, the struct TableView, has among other members, items and rows_to_items: pub struct TableView { [...] items: Vec, rows_to_items: Vec, [...] } The rows_to_items is in my opinion superfluous member...

``` fn take_focus( &mut self, source: Direction, ) -> Result . ``` Why? If anything, Id expect event, like mouse event, keyboard event but direction? What's the idea behind it?

Hi, During the compilation I got error and suggestion that I should use one of: use cursive::event::EventResult; use cursive_core::event::EventResult; Which one is the preferred one? Thank you

Adding option to: a) LinearLayout vertical: 1) align left right center and b) LinearLayout horizontal: 1) align top center bottom I personally would find that very useful. Thank you

**Describe the bug** **To Reproduce** Create new bin and add [dependencies] cursive = "0.16.3" error[E0310]: the parameter type `F` may not live long enough -->/.cargo/registry/src/github.com-1ecc6299db9ec823/cursive_core-0.2.2/src/cursive.rs:650:19 | 645 | pub fn...

bug

The scenario: HideableView #Dialog# If I create that^^^ and add siv.add_layer(dlg) and the hide that Dialog I will not be able to have any interaction with my application. Surely hidden...

**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

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...