pub fn wecho_wchar(
    handle: WINDOW,
    wch: ComplexChar
) -> Result<(), NCurseswError>
Expand description

Add a complex character wch, and immediately call refresh() on the window.