Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1.17 KB

Version 0.3.2

  • to_alternate switch back to main screen if it fails to switch into raw mode (PR #4)
  • Improve the documentation (PR #5)
    • Public API
    • Include the book content in the documentation
  • Remove all references to the crossterm book (PR #6)
  • New commands introduced (PR #7)
    • EnterAlternateScreen
    • LeaveAlternateScreen
  • Sync Windows and UNIX raw mode behavior (PR #8)

Version 0.3.1

Version 0.3.0

  • RawScreen::into_raw_mode returns crossterm::Result instead of io::Result
  • RawScreen::disable_raw_mode returns crossterm::Result instead of io::Result
  • AlternateScreen::to_alternate returns crossterm::Result instead of io::Result
  • AsyncReader::stop_reading() to stop()
  • RawScreen::disable_raw_mode_on_drop to keep_raw_mode_on_drop