X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=8311c127ba4ea418fa50b49db67b1b0f702eaa33;hp=03a52f9eb5ec45f69653009e65b1260d1b6b39ec;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index 03a52f9e..8311c127 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.