pub fn wunctrl(ch: ComplexChar) -> Result<WideChar, NCurseswError>
Expand description

The wunctrl() routine returns a wide character string which is a printable representation of the character ch, ignoring attributes. Control characters are displayed in the ^X notation. Printing characters are displayed as is.