pub unsafe extern "C" fn ncplane_set_base_cell(
n: *mut ncplane,
c: *const nccell,
) -> c_intExpand 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.