X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=5e3749b4a09ff9858cb300cc37268e147cf0543f;hb=HEAD;hp=30b88479cf465442d1ae51d641a287be4c925636;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index 30b88479..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 2023-09-16 ncurses 6.4 Library calls +default_colors 3x 2024-04-13 ncurses 6.5 Library calls -

default_colors 3x 2023-09-16 ncurses 6.4 Library calls

+

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

 default_colors(3x)               Library calls              default_colors(3x)
 
@@ -49,7 +49,7 @@
 
 

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.
 
 
@@ -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)
+
+
 
-ncurses 6.4                       2023-09-16                default_colors(3x)
+ncurses 6.5                       2024-04-13                default_colors(3x)