X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getcchar.3x.html;h=967c34758b763981ce1a1223432c47d06b22cb8f;hp=df895827abfb3cd7496505003b937838ef3ea475;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_getcchar.3x.html b/doc/html/man/curs_getcchar.3x.html index df895827..967c3475 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(
@@ -72,7 +72,10 @@
 
 
 
-

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 +100,9 @@
        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:
 
@@ -117,7 +123,7 @@
 
 
 
-

NOTES

+

NOTES

        The  opts argument is reserved for future use.  Currently,
        an application must provide a null pointer as opts.
 
@@ -128,7 +134,7 @@
 
 
 
-

RETURN VALUES

+

RETURN VALUE

        When wch is a null pointer, getcchar returns the number of
        wide characters referenced by wcval, including one  for  a
        trailing null.
@@ -141,18 +147,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

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