Commit 8fd8def1 authored by Fred Drake's avatar Fred Drake

fix markup

parent 69f31eb8
...@@ -542,7 +542,7 @@ Allow use of default values for colors on terminals supporting this ...@@ -542,7 +542,7 @@ Allow use of default values for colors on terminals supporting this
feature. Use this to support transparency in your feature. Use this to support transparency in your
application. The default color is assigned to the color number -1. application. The default color is assigned to the color number -1.
After calling this function, After calling this function,
\function{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance, \code{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance,
color pair \var{x} to a red foreground color on the default background. color pair \var{x} to a red foreground color on the default background.
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment