ncplane_cursor_move_rel

Function ncplane_cursor_move_rel 

Source
pub unsafe extern "C" fn ncplane_cursor_move_rel(
    n: *mut ncplane,
    y: c_int,
    x: c_int,
) -> c_int
Expand description

Move the cursor relative to the current cursor position (the cursor needn’t be visible). Returns -1 on error, including target position exceeding the plane’s dimensions.