rustbox
rustbox copied to clipboard
Rust implementation of the termbox library
Right now, rustbox blocks in `poll_event` and there is no way of waking it up. An external event in another thread does not seem to have any means of triggering...
The `.width()` and `.height()` methods on `RustBox` return `usize`, but the `ResizeEvent` variant of `Event` provides a pair of `i32` integers. The types between the methods and the variant probably...
I've gotten a lot of the Windows implementation working in a separate repository. Since the Linux termbox wrapper and the windows version are implemented very differently (for now), I recommend...
`termbox` provides the `tb_select_output_mode` but `rustbox` does not yet provide a wrapper for this.