minicrossterm/crossterm_terminal/CHANGELOG.md
Timon b8d4255bac
Fixed some Bugs. (#118)
- Terminal size Linux was not 0-based.
- Windows mouse input event position was 0-based and should be 1-based
- Result, ErrorKind are made re-exported
- Fixed some special key combination detections for UNIX systems
- Made FreeBSD compile.
2019-04-17 16:24:58 +02:00

234 B

Changes crossterm_style 0.2.2

  • Terminal size Linux was not 0-based.
  • Made FreeBSD compile

Changes crossterm_style 0.2

  • Removed Terminal:from_output()

Changes crossterm_terminal 0.1

  • Moved out of crossterm 5.4 crate.