Function libnotcurses_sys::ncplane_moverel[][src]

pub fn ncplane_moverel(
    plane: &mut NcPlane,
    rows: NcOffset,
    cols: NcOffset
) -> NcIntResult
Expand description

Moves this NcPlane relative to its current location.

Negative values move up and left, respectively. Pass 0 to hold an axis constant.

It is an error to attempt to move the standard plane.

C style function: ncplane_moverel().