pub fn ncplane_putstr(plane: &mut NcPlane, string: &str) -> NcResult_i32Expand description
Writes a string to the current location, using the current style.
Advances the cursor by some positive number of columns (though not beyond the end of the plane), and this number is returned on success.
On error, a non-positive number is returned, indicating the number of columns which were written before the error.
If a glyph can not fit in the current line, it is an error, unless scrolling is enabled.
Method: NcPlane.putstr().