pub fn unctrl(c: ChtypeChar) -> Result<String, NCurseswError>
Expand description

Return a string which is a printable representation of the character c. Control characters are represented as a caret followed by the character, for example as b’^C’. Printing characters are left as they are.