X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_color.3x.html;h=71fa2749f045da8e2ca4a97a2e50256fe59de494;hp=ecf9dde89f5707bc6fd162efb8b07aca2c80178a;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/curs_color.3x.html b/doc/html/man/curs_color.3x.html index ecf9dde8..71fa2749 100644 --- a/doc/html/man/curs_color.3x.html +++ b/doc/html/man/curs_color.3x.html @@ -1,6 +1,7 @@ - @@ -60,22 +61,22 @@ bool has_colors(void); bool can_change_color(void); - int init_pair(short pair, short f, short b); - int init_color(short color, short r, short g, short b); + int init_pair(short pair, short f, short b); + int init_color(short color, short r, short g, short b); /* extensions */ - int init_extended_pair(int pair, int f, int b); - int init_extended_color(int color, int r, int g, int b); + int init_extended_pair(int pair, int f, int b); + int init_extended_color(int color, int r, int g, int b); - int color_content(short color, short *r, short *g, short *b); - int pair_content(short pair, short *f, short *b); + int color_content(short color, short *r, short *g, short *b); + int pair_content(short pair, short *f, short *b); /* extensions */ - int extended_color_content(int color, int *r, int *g, int *b); - int extended_pair_content(int pair, int *f, int *b); + int extended_color_content(int color, int *r, int *g, int *b); + int extended_pair_content(int pair, int *f, int *b); /* extensions */ void reset_color_pairs(void); - int COLOR_PAIR(int n); + int COLOR_PAIR(int n); PAIR_NUMBER(attrs); @@ -134,8 +135,8 @@ o If the parameter passed to waddch is not blank, or it does not use the special color pair 0, curses prefers the color pair from the - parameter, if it is nonzero. Otherwise, it tries the window at- - tribute next, and finally the background character. + parameter, if it is nonzero. Otherwise, it tries the window attri- + bute next, and finally the background character. Some curses functions such as wprintw call waddch. Those do not com- bine its parameter with a color pair. Consequently those calls use on-