Function libnotcurses_sys::ncvisual_resize[][src]

pub unsafe extern "C" fn ncvisual_resize(
    n: *mut ncvisual,
    rows: c_int,
    cols: c_int
) -> c_int
Expand description

Scale the visual to ‘rows’ X ‘columns’ pixels, using the best scheme available. This is a lossy transformation, unless the size is unchanged.