X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getcchar.3x.html;h=224cbc6613357e0ba7f248591ff71ec91caf97d6;hp=6bd64861116bca561f9f197c18a3a1a516cdcb05;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600 diff --git a/doc/html/man/curs_getcchar.3x.html b/doc/html/man/curs_getcchar.3x.html index 6bd64861..224cbc66 100644 --- a/doc/html/man/curs_getcchar.3x.html +++ b/doc/html/man/curs_getcchar.3x.html @@ -1,7 +1,6 @@ - + + + curs_getcchar 3x -

curs_getcchar 3x

-
+

curs_getcchar 3x

-
 curs_getcchar(3x)                                     curs_getcchar(3x)
 
 
 
 
-
-

NAME

+

NAME

        getcchar,  setcchar - Get a wide character string and ren-
        dition from a cchar_t or set a cchar_t from a wide-charac-
        ter string
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getcchar(
@@ -71,8 +69,9 @@
                void *opts );
 
 
-
-

DESCRIPTION

+

DESCRIPTION

+
+

getcchar

        The  getcchar  function  gets  a wide-character string and
        rendition from a cchar_t argument.  When wch is not a null
        pointer, the getcchar function does the following:
@@ -97,6 +96,8 @@
        o   Does not  change  the  data  referenced  by  attrs  or
            color_pair
 
+
+

setcchar

        The  setcchar function initializes the location pointed to
        by wcval by using:
 
@@ -116,8 +117,7 @@
            allowed.
 
 
-
-

NOTES

+

NOTES

        The  opts argument is reserved for future use.  Currently,
        an application must provide a null pointer as opts.
 
@@ -127,8 +127,7 @@
        effect is unspecified.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        When wch is a null pointer, getcchar returns the number of
        wide characters referenced by wcval, including one  for  a
        trailing null.
@@ -140,8 +139,7 @@
        wise, it returns ERR.
 
 
-
-

SEE ALSO

+

SEE ALSO

        Functions:   curs_attr(3x),   curs_color(3x),  curses(3x),
        wcwidth(3).
 
@@ -149,10 +147,20 @@
 
                                                       curs_getcchar(3x)
 
-
-
-Man(1) output converted with -man2html -
+