ioctl-term-light
Lightweight crate to retrieve the dimensions (.i.e.: width/height) of a UNIX terminal in terms of rows/columns.
Examples
use ;
assert_eq!
assert_eq!
use ;
assert_eq!;
Crate Features
fd
Enables the FileDescriptor enum.
any-fd
Enables the Any(i32) variant in the FileDescriptor enum.
stdio
Enables the modules:
stderr
Enables the module ioctl_term_light::stderr.
stdin
Enables the module ioctl_term_light::stdin.
stdout
Enables the module ioctl_term_light::stdout.
u8
Enables conversion from u16 to u8 within the dimensions module