jeaye / ncurses-rs

A low-level ncurses wrapper for Rust
Other
685 stars 99 forks source link

Remove uncontrolled panics #215

Closed ThomasHabets closed 8 months ago

ThomasHabets commented 8 months ago

Libraries shouldn't panic.

This is to fix https://github.com/jeaye/ncurses-rs/issues/214

jeaye commented 8 months ago

Looks good to me. Thanks for following up with a PR.

I have not been working with Rust at all for some years and this lib has suffered from lack of attention. If you're interested in helping out further, the most pressing item is: https://github.com/jeaye/ncurses-rs/issues/209