Function libnotcurses_sys::ncplane_putchar_yx[][src]

pub fn ncplane_putchar_yx(
    plane: &mut NcPlane,
    y: NcDim,
    x: NcDim,
    ch: char
) -> NcIntResult
Expand description

Replaces the NcCell at the specified coordinates with the provided char. Advances the cursor by 1.

Method: NcPlane.putchar_yx().