pub fn mvaddchstr(
    origin: Origin,
    chstr: &ChtypeString
) -> Result<(), NCurseswError>
Expand description

Equivalent of mvwaddchstr() using stdscr() as window handle.