cursive
cursive copied to clipboard
A Text User Interface library for the Rust programming language
Bug/Help # Problem description Hello! When I add Scrolls via scrollable() method on BufferView from logs example my view behave strangly. With ScrollView I get only single line when previosly...
First: is this a bug report? A suggestion? Or asking for help? bug report # Problem description My fuzzing found an panic inside cursive itself when displaying a string supplied...
First: is this a bug report? A suggestion? Or asking for help? Just some information, and a small suggestion. # Problem description I wrote a small setup to fuzz the...
When running the `lorem` example with the termion backend in debug mode, a serious flickering can be observed. Running in release mode seems to solve this. Running in debug mode...
The current API does not allow to create custom keybindings in the menu. The current API only allows to create [a custom menubar subtree](https://docs.rs/cursive/0.13.0/cursive/struct.Cursive.html#method.menubar). Keybindings are hardcoded in [the menubar...
* Report type: Suggestion * Operating system: Ubuntu 19.10 * Backend used: ncurses (default) * Cursive version: crates.io 0.14.1 # Problem description When debugging with [vscode-lldb](https://github.com/vadimcn/vscode-lldb), `/dev/tty` is not available...
Some docs on how to set up VS Code for debugging please. Otherwise it is like working with library without proper documentation.
Hi, I cannot debug my project, because of error I'm getting: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "$TERM is unset. Cannot...
This is a suggestion (or perhaps someone will tell me it's already been made!). I use cursive at work making tools which have a lot of number edits (especially f32s)....