X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=c91d0119598baba05d9856c9dc6d2599ce7007cf;hp=03a52f9eb5ec45f69653009e65b1260d1b6b39ec;hb=d97989d1e0db7282c723cabb44b991b951790006;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index 03a52f9e..c91d0119 100644 --- a/doc/html/man/default_colors.3x.html +++ b/doc/html/man/default_colors.3x.html @@ -1,6 +1,6 @@ - + default_colors 3x - + @@ -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.