cursive-tabs icon indicating copy to clipboard operation
cursive-tabs copied to clipboard

Tabs for gyscos/cursive views 🖥️

Results 4 cursive-tabs issues
Sort by recently updated
recently updated
newest added

I'm trying to add tabs with `TextArea`, and its not a named ```rust error[E0308]: mismatched types --> tui/src/views/tab_bar.rs:7:18 | 7 | .add_tab(TextArea::new()) | ------- ^^^^^^^^^^^^^^^ expected `NamedView`, found `TextArea` |...

Currently when selecting a tab you have to press `Enter` to actually select it (or similar buttons), this proposal is a option to set it to be automatically selected as...

Hello, I'm following the example verbatim. https://github.com/deinstapel/cursive-tabs/blob/52e94cb6bc686a209127ce7bf9b7087a2d602ba2/examples/fullscreen.rs#L1-L60 The active tab name is not highlighted initially even though active tab is being set. https://github.com/deinstapel/cursive-tabs/blob/52e94cb6bc686a209127ce7bf9b7087a2d602ba2/examples/fullscreen.rs#L34 Image to illustrate potential bug and expected...