X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=5e3749b4a09ff9858cb300cc37268e147cf0543f;hb=HEAD;hp=bb525b37205e3e553dd2eee6a4b2bacd2fa6ed73;hpb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;p=ncurses.git diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index bb525b37..14a0f8e3 100644 --- a/doc/html/man/default_colors.3x.html +++ b/doc/html/man/default_colors.3x.html @@ -1,6 +1,6 @@ - -default_colors 3x +default_colors 3x 2024-04-13 ncurses 6.5 Library calls - + -

default_colors 3x

+

default_colors 3x 2024-04-13 ncurses 6.5 Library calls

-default_colors(3x)                                          default_colors(3x)
+default_colors(3x)               Library calls              default_colors(3x)
 
 
 
 
 

NAME

        use_default_colors,  assume_default_colors  -  use  terminal's  default
-       colors
+       colors in curses
 
 
 

SYNOPSIS

@@ -90,15 +90,15 @@
               use_default_colors();
               assume_default_colors(-1,-1);
 
-       These are ncurses extensions.  For other curses implementations,  color
-       number  -1  does  not  mean  anything,  just  as  for  ncurses before a
+       These are ncurses extensions.  For other curses implementations,  color
+       number  -1  does  not  mean  anything,  just  as  for  ncurses before a
        successful call of use_default_colors or assume_default_colors.
 
        Other curses implementations do not  allow  an  application  to  modify
        color  pair  0.  They assume that the background is COLOR_BLACK, but do
        not ensure that the color pair 0 is painted to  match  the  assumption.
        If   your   application  does  not  use  either  use_default_colors  or
-       assume_default_colors ncurses will paint a white foreground (text) with
+       assume_default_colors ncurses will paint a white foreground (text) with
        black background for color pair 0.
 
 
@@ -113,7 +113,7 @@
        Associated with this extension, the init_pair function accepts negative
        arguments to specify default foreground or background colors.
 
-       The  use_default_colors  function  was added to support ded.  This is a
+       The  use_default_colors  function  was added to support ded.  This is a
        full-screen application which uses curses to manage only  part  of  the
        screen.  The bottom portion of the screen, which is of adjustable size,
        is left uncolored to display the results from shell commands.  The  top
@@ -134,22 +134,22 @@
 
 
 

PORTABILITY

-       These routines are specific to ncurses.  They  were  not  supported  on
+       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 conditioned using NCURSES_VERSION.
 
 
-

SEE ALSO

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

AUTHOR

+

AUTHORS

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

SEE ALSO

+       ded(1), curs_color(3x)
+
+
 
-                                                            default_colors(3x)
+ncurses 6.5                       2024-04-13                default_colors(3x)