This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Releases: crossterm-rs/crossterm-input
Releases · crossterm-rs/crossterm-input
Version 0.5.0
- Internal refactoring (PR #3)
- Removed unsafe
static mut
- Documentation update
- Remove all references to the crossterm book
- Removed unsafe
- Sync documentation style (PR #4)
- Sync
SyncReader::next()
Windows and UNIX behavior (PR #5) - Remove all references to the crossterm book (PR #6)
- Mouse coordinates synchronized with the cursor (PR #7)
- Upper/left reported as
(0, 0)
- Upper/left reported as
- Fixed bug that read sync didn't block (Windows) (PR #8)
- Refactored UNIX readers (PR #9)
- AsyncReader produces mouse events
- One reading thread per application, not per
AsyncReader
- Cursor position no longer consumed by another
AsyncReader
- Implemented sync reader for read_char (requires raw mode)
- Fixed
SIGTTIN
when executed under the LLDB - Added mio for reading from FD and more efficient polling (UNIX only)
- Sync UNIX and Windows vertical mouse position (PR #11)
- Top is always reported as
0
- Top is always reported as
Version 0.4.1
- Maintenance release only
- Moved to a separate repository