termsize 0.1.9

Retrieves terminal size
Documentation
1
2
3
4
/// Gets the current terminal size
pub fn get() -> Option<super::Size> {
    None
}