Skip to main content

window_size

Function window_size 

Source
pub fn window_size(fd: i32) -> Option<(u16, u16)>
Expand description

The terminal’s (columns, rows) via ioctl(TIOCGWINSZ); None when fd is not a terminal or the ioctl fails.