X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getcchar.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_getcchar.3x.html;h=29c0b5c04a719676bcf0dad4fd481b51894df27b;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hp=08eb5e09e368390b6ef51c94b0b81aceb62f7715;hpb=b97ea58e03d5faebed2166faa4e0e590f2cdea34;p=ncurses.git diff --git a/doc/html/man/curs_getcchar.3x.html b/doc/html/man/curs_getcchar.3x.html index 08eb5e09..29c0b5c0 100644 --- a/doc/html/man/curs_getcchar.3x.html +++ b/doc/html/man/curs_getcchar.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_getcchar.3x,v 1.42 2023/11/25 14:30:18 tom Exp @ + * @Id: curs_getcchar.3x,v 1.43 2023/12/16 21:07:24 tom Exp @ --> -curs_getcchar 3x 2023-11-25 ncurses 6.4 Library calls +curs_getcchar 3x 2023-12-16 ncurses 6.4 Library calls -

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

+

curs_getcchar 3x 2023-12-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                       2023-12-16                 curs_getcchar(3x)