[][src]Function ncursesw::getsyx

pub fn getsyx() -> Result<Origin, NCurseswError>

Return the current coordinates of the virtual screen cursor. If leaveok is currently true, then return Origin { y: -1, x: -1 }.