Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

Implement getting terminal size for windows and linux. #77

Open derekdreery opened 6 years ago

derekdreery commented 6 years ago

I can't get it to work for TerminfoTerm on windows (using the windows code reports the wrong values) so it is marked not supported.

derekdreery commented 6 years ago

Note to self: make sure to look at issue 63