notcurses_cursor_yx

Function notcurses_cursor_yx 

Source
pub unsafe extern "C" fn notcurses_cursor_yx(
    nc: *const notcurses,
    y: *mut c_int,
    x: *mut c_int,
) -> c_int
Expand description

Get the current location of the terminal’s cursor, whether visible or not.