pub fn add_wchnstr(
    wchstr: &ComplexString,
    number: i32
) -> Result<(), NCurseswError>
Expand description

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