X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wch.3x.html;h=1d0115afd589e026ba3848ba18af726b7e9e4030;hp=eb5506199a95483b47355d223edafd252ebc5b85;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600 diff --git a/doc/html/man/curs_add_wch.3x.html b/doc/html/man/curs_add_wch.3x.html index eb550619..1d0115af 100644 --- a/doc/html/man/curs_add_wch.3x.html +++ b/doc/html/man/curs_add_wch.3x.html @@ -1,4 +1,3 @@ - + + + curs_add_wch 3x @@ -39,21 +41,20 @@

curs_add_wch 3x


-
 curs_add_wch(3x)                                       curs_add_wch(3x)
 
 
 
 
 
-

NAME

+

NAME

        add_wch,   wadd_wch,  mvadd_wch,  mvwadd_wch,  echo_wchar,
        wecho_wchar - add a complex character and rendition  to  a
        curses window, then advance the cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int add_wch( const cchar_t *wch );
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The add_wch, wadd_wch, mvadd_wch, and mvwadd_wch functions
        put the complex character wch into the given window at its
        current position, which is then advanced.  These functions
@@ -98,7 +99,9 @@
        able performance gain might be seen by  using  the  *echo*
        functions instead of their equivalents.
 
-   Line Graphics
+
+
+

Line Graphics

        Like  curs_addch(3x),  addch_wch  accepts symbols which make it
        simple to draw lines and  other  frequently  used  special
        characters.   These  symbols  correspond to the same VT100
@@ -170,7 +173,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and OK on
        success.
 
@@ -180,13 +183,13 @@
 
 
 
-

NOTES

+

NOTES

        Note that add_wch, mvadd_wch, mvwadd_wch,  and  echo_wchar
        may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        All  of  these  functions  are described in the XSI Curses
        standard, Issue 4.  The defaults specified for  line-draw-
        ing characters apply in the POSIX locale.
@@ -213,7 +216,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_addch(3x), curs_attr(3x), curs_clear(3x),
        curs_outopts(3x), curs_refresh(3x), putwc(3)
 
@@ -221,10 +224,20 @@
 
                                                        curs_add_wch(3x)
 
-
-
-Man(1) output converted with -man2html -
+