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

Thanks for this awesome project! This PR upgrades the `termbox-sys` version to resolve some build issues related to https://github.com/gchp/termbox-sys/pull/20. I'm stuck on that problem too. I'd be happy if you...

I want to compile my project using Rustbox for the Raspberry Pi (arm). ``` export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=../../tools/arm-bcm2708/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc cargo build --target=armv7-unknown-linux-gnueabihf --verbose ``` When I do this, I get the following error:...

How is `clear` supposed to be used without it?

If I wanted to use `rustbox` as base for a TUI text editor, should I be aware of any limitations? Specifically, when using certain library it's sometimes impossible to parse...

This is more concise and readable in my opinion, you be the judge.

So far I've only tested this on Linux and Mac. Need to make sure it works correctly on Windows also. Right now I believe this doesn't even build on Windows....

And I can't find any use case or documents from the web.