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

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