pub fn ncplane_putc(plane: &mut NcPlane, cell: &NcCell) -> NcResult_i32Expand description
Replaces the NcCell at the current location with the provided cell,
advancing the cursor by its width (but not past the end of the plane).
The new cell must already be associated with this NcPlane.
On success, returns the number of columns the cursor was advanced.
If the glyph can not fit in the current line, it is an error, unless scrolling is enabled.
Method: NcPlane.putc().