rustbox icon indicating copy to clipboard operation
rustbox copied to clipboard

Rust implementation of the termbox library

Results 24 rustbox issues
Sort by recently updated
recently updated
newest added

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

enhancement

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.

enhancement