gecko-dev/third_party/rust/term_size/CHANGELOG.md
2017-06-01 09:52:00 +10:00

1.2 KiB

v0.3.0 (2017-04-09)

Features

  • allows getting the terminal size of all standard streams, or just particular ones (c7095c95)

v0.2.3 (2017-02-21)

Bug Fixes

  • Moves the code into distinct modules and adds dummy functions for unsupported platforms

v0.2.2 (2017-01-29)

  • Updates deps libc and clippy

v0.2.1 (2016-09-05)

Bug Fixes

  • uses libc::winsize instead of homegrown (216986ec, closes #6)

v0.2.0

v0.2.0 (2016-09-05)

Features

  • adds support for Windows (f181c99)

Documentation