Query: unctrl
OS: ultrix
Section: 3cur
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)
| Related Man Pages |
|---|
| addch(3cur) - ultrix |
| mvaddstr(3cur) - ultrix |
| mvwaddch(3cur) - ultrix |
| mvwaddstr(3cur) - ultrix |
| unctrl(3xcurses) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| pflag output in a nutshell? |
| How to unpack and install .tar.bz2 library ? |