on FreeBSD this fails to build due to size being different
error[E0308]: mismatched types
--> src/size.rs:28:47
|
28 | let r = unsafe { ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) };
| ^^^^^^^^^^
| |
| expected u64, found u32
| help: you can convert an `u32` to `u64`: `TIOCGWINSZ.into()`
error: aborting due to previous error
on FreeBSD this fails to build due to size being different