Split panel view for Cursive TUI
- Rust 99.2%
- Shell 0.8%
| examples | ||
| scripts | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| rustfmt.toml | ||
Cursive Split Panel
A split panel view for the Cursive TUI library.
Contains two panes with an optionally movable divider between them and an optional border. (Both features are enabled by default.)
Can be oriented horizontally (the default) or vertically.
When movable_divider is true will support the following events (configurable):
- Shift+Left/Shift+Up: move the divider towards the front
- Shift+Right/Shift+Down: move the divider towards the back
- Mouse dragging of the divider
Check out the examples.
License
Like much of the Rust ecosystem this project is licensed under your choice of either
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
All code and documentation was written by humans. We do not accept "AI"-generated contributions.