X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getcchar.3x.html;h=b0a1abf6e73b978f2078b1515da29a1fcabce0fa;hb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;hp=08eb5e09e368390b6ef51c94b0b81aceb62f7715;hpb=084e3b44fc1c904d5ab941da55f47a237cb15766;p=ncurses.git diff --git a/doc/html/man/curs_getcchar.3x.html b/doc/html/man/curs_getcchar.3x.html index 08eb5e09..b0a1abf6 100644 --- a/doc/html/man/curs_getcchar.3x.html +++ b/doc/html/man/curs_getcchar.3x.html @@ -1,6 +1,6 @@ -curs_getcchar 3x 2023-11-25 ncurses 6.4 Library calls +curs_getcchar 3x 2024-03-16 ncurses 6.4 Library calls -

curs_getcchar 3x 2023-11-25 ncurses 6.4 Library calls

+

curs_getcchar 3x 2024-03-16 ncurses 6.4 Library calls

 curs_getcchar(3x)                Library calls               curs_getcchar(3x)
 
@@ -80,7 +80,7 @@
 
        o   Stores the character attributes in the location pointed to by attrs
 
-       o   Stores the color-pair in the location pointed to by color_pair
+       o   Stores the color pair in the location pointed to by color_pair
 
        o   Stores the wide-character string, characters referenced  by  wcval,
            into the array pointed to by wch.
@@ -104,11 +104,11 @@
            L'\0' terminated, contain at most one spacing character, which must
            be the first.
 
-           Up to CCHARW_MAX-1 nonspacing characters  may  follow.   Additional
-           nonspacing characters are ignored.
+           Up to CCHARW_MAX-1 non-spacing characters may  follow.   Additional
+           non-spacing characters are ignored.
 
            The string may contain a single control character instead.  In that
-           case, no nonspacing characters are allowed.
+           case, no non-spacing characters are allowed.
 
 
 

RETURN VALUE

@@ -131,7 +131,7 @@
 

EXTENSIONS

        X/Open  Curses  documents the opts argument as reserved for future use,
        saying that it must be null.  This implementation uses  that  parameter
-       in ABI 6 for the functions which have a color-pair parameter to support
+       in ABI 6 for the functions which have a color pair parameter to support
        extended color pairs:
 
        o   For  functions  which modify the color, e.g., setcchar, if opts  is
@@ -145,7 +145,7 @@
 
 
 

PORTABILITY

-       The  CCHARW_MAX  symbol is specific to ncurses.  X/Open Curses does not
+       The  CCHARW_MAX  symbol is specific to ncurses.  X/Open Curses does not
        provide details for the layout of the cchar_t structure.  It tells what
        data are stored in it:
 
@@ -196,7 +196,7 @@
 
 
 
-ncurses 6.4                       2023-11-25                 curs_getcchar(3x)
+ncurses 6.4                       2024-03-16                 curs_getcchar(3x)