Function libnotcurses_sys::ncplane_set_base_cell[][src]

pub unsafe extern "C" fn ncplane_set_base_cell(
    n: *mut ncplane,
    c: *const nccell
) -> c_int
Expand description

Set the ncplane’s base nccell to ‘c’. The base cell is used for purposes of rendering anywhere that the ncplane’s gcluster is 0. Note that the base cell is not affected by ncplane_erase(). ‘c’ must not be a secondary cell from a multicolumn EGC.