unctrl(3cur) unctrl(3cur)
Name
unctrl - convert character to printable form
Syntax
#include <cursesX.h>
char *unctrl(c)
chtype c;
Description
The routine expands the character into a character string which is a printable representation of the character.
Control characters are displayed in the ^X notation. Printing characters are displayed normally. The routine is a macro, defined in the
header file. This header file is included by the header file described in so you do not have to include it again.
Return Values
The macro returns a string.
See Also
intro(3cur)
unctrl(3cur)