pub fn mvadd_wchstr(
    origin: Origin,
    wchstr: &ComplexString
) -> Result<(), NCurseswError>
Expand description

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