ncplane_move_yx

Function ncplane_move_yx 

Source
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.