Function libnotcurses_sys::ncplane_resize_simple[][src]

pub fn ncplane_resize_simple(
    plane: &mut NcPlane,
    y_len: NcDim,
    x_len: NcDim
) -> NcIntResult
Expand description

Resizes the plane, retaining what data we can (everything, unless we’re shrinking in some dimension). Keep the origin where it is.

Method: NcPlane.resize_simple().