termsize-alt 0.2.1

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