pub fn mvwinsch(
    handle: WINDOW,
    origin: Origin,
    ch: ChtypeChar
) -> Result<(), NCurseswError>
Expand description

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