X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=5e3749b4a09ff9858cb300cc37268e147cf0543f;hp=0cb598f5d587ee5478e481b1427fbd3a0d350766;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index 0cb598f5..5e3749b4 100644 --- a/doc/html/man/default_colors.3x.html +++ b/doc/html/man/default_colors.3x.html @@ -1,6 +1,7 @@ @@ -35,7 +36,7 @@ default_colors 3x - + @@ -55,7 +56,7 @@ #include <curses.h> int use_default_colors(void); - int assume_default_colors(int fg, int bg); + int assume_default_colors(int fg, int bg);

DESCRIPTION

@@ -77,7 +78,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.