X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_color.3x;h=2f63c848bc1a92ea288a9e8d8d26186ca1be2168;hp=64689a29b4eb6c147ac292bcc2fdaa6010baf701;hb=448c4dbefe6aa9604a5a8cefa3b3596b3ddb4b78;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/man/curs_color.3x b/man/curs_color.3x index 64689a29..2f63c848 100644 --- a/man/curs_color.3x +++ b/man/curs_color.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_color.3x,v 1.32 2010/09/18 20:27:38 tom Exp $ +.\" $Id: curs_color.3x,v 1.35 2010/12/20 00:50:58 tom Exp $ .TH curs_color 3X "" .de bP .IP \(bu 4 @@ -180,7 +180,7 @@ X/Open defines no error conditions. This implementation will return \fBERR\fR on attempts to use color values outside the range 0 to COLORS\-1 (except for the default colors extension), -or use color pairs outside the range 0 to COLOR_PAIR\-1. +or use color pairs outside the range 0 to COLOR_PAIRS\-1. Color values used in \fBinit_color\fP must be in the range 0 to 1000. An error is returned from all functions if the terminal has not been initialized. @@ -239,10 +239,5 @@ and will treat those as optional parameters when null. \fBcurses\fR(3X), \fBcurs_initscr\fR(3X), \fBcurs_attr\fR(3X), +\fBcurs_variables\fR(3X), \fBdefault_colors\fR(3X) -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: