gchp / rustbox

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

Add ability to change input modes #4

Closed gchp closed 9 years ago

gchp commented 9 years ago

termbox provides the tb_select_input_mode but rustbox does not yet provide a wrapper for this.

utkarshkukreti commented 9 years ago

Fixed by 7707700389af9d522833b3068dd2260930d89cdf?

gchp commented 9 years ago

Yep, forgot to close this!