gchp / rustbox

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

fix issue #51 #56

Closed benaryorg closed 8 years ago

benaryorg commented 8 years ago

KeyEvent(Option<Key>) is now KeyEvent(Key)

benaryorg commented 8 years ago

Please note that this is breaking backwards-compatibility and should therefore trigger a version bump.

gchp commented 8 years ago

Thanks!