- Updated ncurses-rs to 5.101.0 (#60, #83)
- Cleanup
Window::drop()
(#61) - Expose
Window::resize()
(#65) - Fix Unix A_CHARTEXT constant (#67)
- Rust 2018 edition compatibility (#69)
- Use slice::iter instead of into_iter to avoid future breakage (#70)
- Use setlocale from libc rather than ncurses-rs (#78)
- Fix warnings and lints (#81)
- Make compatible with ncurses-rs NetBSD fixes (#82)