File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -388,14 +388,15 @@ \subsection{Functions \label{curses-functions}}
388388\end {funcdesc }
389389
390390\begin {funcdesc }{pair_content}{pair_number}
391- Returns a tuple \var {(fg,bg )} containing the colors for the requested
392- color pair. The value of \var {pair_number} must be between 0 and
393- COLOR_PAIRS-1 .
391+ Returns a tuple \code {( \var {fg}, \var {bg} )} containing the colors for
392+ the requested color pair. The value of \var {pair_number} must be
393+ between \code {0} and \code { \constant { COLOR_PAIRS} - 1} .
394394\end {funcdesc }
395395
396396\begin {funcdesc }{pair_number}{attr}
397- Returns the number of the color-pair set by the attribute value \var {attr}.
398- \function {color_pair()} is the counterpart to this function.
397+ Returns the number of the color-pair set by the attribute value
398+ \var {attr}. \function {color_pair()} is the counterpart to this
399+ function.
399400\end {funcdesc }
400401
401402\begin {funcdesc }{putp}{string}
You can’t perform that action at this time.
0 commit comments