[][src]Function ncursesw::mvwins_wch

pub fn mvwins_wch(
    handle: WINDOW,
    origin: Origin,
    wch: ComplexChar
) -> Result<(), NCurseswError>

Insert the complex character wch at origin, moving the cursor position from origin.x right by one character.