X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getcchar.3x.html;h=224cbc6613357e0ba7f248591ff71ec91caf97d6;hb=5606eb48618dde18a593793e2e5dafadf18d345b;hp=1f172ebf85994b54cb28927231ec1d68961da099;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;p=ncurses.git diff --git a/doc/html/man/curs_getcchar.3x.html b/doc/html/man/curs_getcchar.3x.html index 1f172ebf..224cbc66 100644 --- a/doc/html/man/curs_getcchar.3x.html +++ b/doc/html/man/curs_getcchar.3x.html @@ -1,6 +1,6 @@ @@ -45,15 +45,13 @@ - -

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).
 
@@ -153,7 +151,12 @@