Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fd8def

Browse files
committed
fix markup
1 parent 69f31eb commit 8fd8def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libcurses.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ \subsection{Functions \label{curses-functions}}
542542
feature. Use this to support transparency in your
543543
application. The default color is assigned to the color number -1.
544544
After calling this function,
545-
\function{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance,
545+
\code{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance,
546546
color pair \var{x} to a red foreground color on the default background.
547547
\end{funcdesc}
548548

0 commit comments

Comments
 (0)