gchp / rustbox

Rust implementation of the termbox library
MIT License
469 stars 48 forks source link

Integer type mismatch #43

Open FreeFull opened 9 years ago

FreeFull commented 9 years ago

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