X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=446d4286474b94d04d132085d897bd2189c0855c;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hp=46e1fdfbe54ef50619468384a34233b87e4c3764;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;p=ncurses.git diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index 46e1fdfb..446d4286 100644 --- a/doc/html/man/default_colors.3x.html +++ b/doc/html/man/default_colors.3x.html @@ -46,22 +46,19 @@ - -

NAME

+

NAME

        use_default_colors, assume_default_colors - use terminal's
        default colors
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int use_default_colors(void);
        int assume_default_colors(int fg, int bg);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The use_default_colors() and assume_default_colors() func-
        tions are extensions to the curses library.  They are used
        with terminals that support ISO 6429 color, or equivalent.
@@ -110,8 +107,7 @@
        black background for color pair 0.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        These functions return the integer ERR upon failure and OK
        on success.  They will fail if either  the  terminal  does
        not  support  the orig_pair or orig_colors capability.  If
@@ -119,8 +115,7 @@
        an error as well.
 
 
-
-

NOTES

+

NOTES

        Associated  with  this  extension,  the init_pair function
        accepts negative arguments to specify  default  foreground
        or background colors.
@@ -149,21 +144,18 @@
        setting specific values.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These routines are specific to  ncurses.   They  were  not
        supported  on  Version 7, BSD or System V implementations.
        It is recommended that any code depending on them be  con-
        ditioned using NCURSES_VERSION.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curs_color(3x), ded(1).
 
 
-
-

AUTHOR

+

AUTHOR

        Thomas  Dickey  (from  an analysis of the requirements for
        color xterm for XFree86 3.1.2C, February 1996).