Function libnotcurses_sys::nccell_prime [−][src]
pub fn nccell_prime(
plane: &mut NcPlane,
cell: &mut NcCell,
gcluster: &str,
style: NcStyle,
channels: NcChannels
) -> NcIntResult
Expand description
Same as nccell_load, plus blasts the styling with
style and channels.
- Breaks the UTF-8 string in
gclusterdown, setting up the cellcell. - Returns the number of bytes copied out of
gcluster, or -1 on failure. - The styling of the cell is left untouched, but any resources are released.
- Blasts the styling with
styleandchannels.
Method: NcCell.prime().