diff options
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r-- | Doc/lib/libcurses.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index ef4444a..bbb86a0 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -510,8 +510,8 @@ file descriptor for typeahead checking. \begin{funcdesc}{unctrl}{ch} Returns a string which is a printable representation of the character \var{ch}. Control characters are displayed as a caret followed by the -character, for example as \verb|^C|. Printing characters are left as they -are. +character, for example as \code{\textasciicircum C}. Printing +characters are left as they are. \end{funcdesc} \begin{funcdesc}{ungetch}{ch} |