Kaydet (Commit) 2c813818 authored tarafından Fred Drake's avatar Fred Drake

Clean up some markup.

üst dcd05006
...@@ -388,14 +388,15 @@ Leave raw mode. Return to normal ``cooked'' mode with line buffering. ...@@ -388,14 +388,15 @@ Leave raw mode. Return to normal ``cooked'' mode with line buffering.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{pair_content}{pair_number} \begin{funcdesc}{pair_content}{pair_number}
Returns a tuple \var{(fg,bg)} containing the colors for the requested Returns a tuple \code{(\var{fg}, \var{bg})} containing the colors for
color pair. The value of \var{pair_number} must be between 0 and the requested color pair. The value of \var{pair_number} must be
COLOR_PAIRS-1. between \code{0} and \code{\constant{COLOR_PAIRS} - 1}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{pair_number}{attr} \begin{funcdesc}{pair_number}{attr}
Returns the number of the color-pair set by the attribute value \var{attr}. Returns the number of the color-pair set by the attribute value
\function{color_pair()} is the counterpart to this function. \var{attr}. \function{color_pair()} is the counterpart to this
function.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{putp}{string} \begin{funcdesc}{putp}{string}
......
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