[][src]Function ncursesw::mvwinsch

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

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