]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_color.3x
ncurses 6.0 - patch 20151205
[ncurses.git] / man / curs_color.3x
index 2c99f8f981496c6bb2e3794f9fd1856995bb8f96..21cdd133771ddfbe0fae613f8f02916b30312663 100644 (file)
@@ -26,7 +26,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_color.3x,v 1.38 2015/05/23 21:36:35 tom Exp $
+.\" $Id: curs_color.3x,v 1.40 2015/12/05 20:09:42 tom Exp $
 .TH curs_color 3X ""
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
@@ -66,6 +66,8 @@
 .br
 \fBint pair_content(short pair, short *f, short *b);\fR
 .br
+\fBint COLOR_PAIR(int n);\fR
+.br
 .SH DESCRIPTION
 .SS Overview
 \fBcurses\fR supports color attributes on terminals with that capability.
@@ -263,7 +265,7 @@ to by the second and third arguments are in the
 range \fB0\fP through \fBCOLORS\fR, inclusive.
 .SS Colors
 In \fB<curses.h>\fR the following macros are defined.
-These are the default colors.
+These are the standard colors (ISO-6429).
 \fBcurses\fR also assumes that \fBCOLOR_BLACK\fR is the default
 background color for all terminals.
 .PP