X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=23e9cadeb3e9d2a9ce9fe16ffdb195a08853c9d9;hp=0cb598f5d587ee5478e481b1427fbd3a0d350766;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=6941ed1e8bfdfc7634a57655dc71e7a7ed02a6e8 diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index 0cb598f5..23e9cade 100644 --- a/doc/html/man/default_colors.3x.html +++ b/doc/html/man/default_colors.3x.html @@ -1,6 +1,6 @@ @@ -77,7 +77,7 @@ The first function, use_default_colors tells the curses library to assign terminal default foreground/background colors to color number - -1. So init_pair(x,COLOR_RED,-1) will initialize pair x as red on + -1. So init_pair(x,COLOR_RED,-1) will initialize pair x as red on default background and init_pair(x,-1,COLOR_BLUE) will initialize pair x as default foreground on blue.