clap-rs / term_size-rs

Functions for determining terminal sizes in Rust
Apache License 2.0
45 stars 12 forks source link

Fully implement dimensions functions on Windows #30

Closed camerondm9 closed 4 years ago

camerondm9 commented 4 years ago

This adds support for getting dimensions from stdin and stderr, as well as searching all 3 streams for dimensions (feature parity with the unix implementation).

kbknapp commented 4 years ago

I just asked for a rebase of #28 which may require the same from this PR. Let me see if that author is still interested in their PR, if not I'll tackle it and ping you once it's done.

kbknapp commented 4 years ago

28 is complete. If you can rebase on the latest master, I can take an more in depth look and merge. Thanks!

camerondm9 commented 4 years ago

Rebase complete.