Function ncursesw::LINES[][src]

pub fn LINES() -> i32
Expand description

The number of lines (y-axis) available on the terminal

Example

let number_of_lines = LINES();

assert!(number_of_lines > 0);