This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Releases: crossterm-rs/crossterm-cursor
Releases · crossterm-rs/crossterm-cursor
Version 0.4.0
- Internal refactoring (PR #2)
- Improved public documentation
sys
module is no longer public
- Fixed examples link (PR #6)
- Sync documentation style (PR #7)
- Removed all references to the crossterm book (PR #8)
- Replaced
RAW_MODE_ENABLED
withis_raw_mode_enabled
(PR #9) - Use
SyncReader
&InputEvent::CursorPosition
forpos_raw()
(PR #10)
Version 0.3.1
- Maintenance release only
- Moved to a separate repository