X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_color.3x.html;h=cb101f5fb89706ec22c6d89d15418d4d6af061b5;hp=b385da464dfbbfaed7cffff9d88ee774d924fc27;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_color.3x.html b/doc/html/man/curs_color.3x.html index b385da46..cb101f5f 100644 --- a/doc/html/man/curs_color.3x.html +++ b/doc/html/man/curs_color.3x.html @@ -1,4 +1,3 @@ - + + + curs_color 3x @@ -39,21 +41,20 @@

curs_color 3x


-
 curs_color(3x)                                           curs_color(3x)
 
 
 
 
 
-

NAME

+

NAME

        start_color, init_pair, init_color, has_colors,
        can_change_color, color_content, pair_content, COLOR_PAIR
        - curses color manipulation routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        # include <curses.h>
 
        int start_color(void);
@@ -67,8 +68,10 @@
 
 
 
-

DESCRIPTION

-   Overview
+

DESCRIPTION

+
+
+

Overview

        curses support color attributes on terminals with that ca-
        pability.   To  use  these  routines  start_color  must be
        called, usually right after initscr.   Colors  are  always
@@ -91,7 +94,9 @@
        The  routine  pair_content allows a programmer to find out
        how a given color-pair is currently defined.
 
-   Routine Descriptions
+
+
+

Routine Descriptions

        The start_color routine requires no arguments.  It must be
        called  if  the programmer wants to use colors, and before
        any other color manipulation routine  is  called.   It  is
@@ -200,7 +205,9 @@
        to  by  the  second and third arguments are in the range 0
        through COLORS, inclusive.
 
-   Colors
+
+
+

Colors

        In <curses.h> the following macros are defined.  These are
        the  default colors.  curses also assumes that COLOR_BLACK
        is the default background color for all terminals.
@@ -216,7 +223,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The routines can_change_color()  and  has_colors()  return
        TRUE or FALSE.
 
@@ -245,7 +252,7 @@
 
 
 
-

NOTES

+

NOTES

        In the ncurses implementation, there is a  separate  color
        activation flag, color palette, color pairs table, and as-
        sociated COLORS and COLOR_PAIRS counts  for  each  screen;
@@ -277,7 +284,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        This  implementation  satisfies XSI Curses's minimum maxi-
        mums for COLORS and COLOR_PAIRS.
 
@@ -296,7 +303,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_initscr(3x),  curs_attr(3x),  curs_vari-
        ables(3x), default_colors(3x)
 
@@ -304,7 +311,22 @@
 
                                                          curs_color(3x)
 
-
-Man(1) output converted with man2html +