Function libnotcurses_sys::ncplane_move_yx[][src]

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

Move this plane relative to the standard plane, or the plane to which it is bound (if it is bound to a plane). It is an error to attempt to move the standard plane.