v0.3.0
What's Changed
- Check all streams (out/err/in) to find one that has a tty and size by @eminence in #58
- Note that this is a subtle change in behavior, since the
terminal_size()
function will now return success in cases more cases than before. For example, if your command had stdout redirected to a file,terminal_size()
used to return nothing, and now it returns a size.
- Note that this is a subtle change in behavior, since the
- Update to rustix 0.38 by @chenx97 in #57
- This change bumps the MSRV from 1.48.0 to 1.63.0
Full Changelog: v0.2.6...v0.3.0