X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefault_colors.3x.html;h=9614eecf16d88ce1f0d531fc974a13ef3e2d32c0;hp=f7e830514d99343b61204da115cdf46993d9f57c;hb=HEAD;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01 diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index f7e83051..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.
 
 
@@ -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)