gchp / rustbox

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

Add an Insert to the Key enum #46

Closed dbrodie closed 9 years ago

dbrodie commented 9 years ago

Right now the non-raw key event is missing an Insert key, this adds it. I reordered the Delete case so it will be next to it's numeric neighbor.

gchp commented 9 years ago

Sweet, thanks!