Function libnotcurses_sys::ncplane_putstr[][src]

pub fn ncplane_putstr(plane: &mut NcPlane, string: &str) -> NcIntResult
Expand description

Writes a series of EGCs 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.

Method: NcPlane.putstr().