X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wch.3x.html;h=b33c693e2033b42f4e3644d97046ef105571330f;hp=66360113e7faa25840d5591b39353835d82c3a58;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_add_wch.3x.html b/doc/html/man/curs_add_wch.3x.html index 66360113..b33c693e 100644 --- a/doc/html/man/curs_add_wch.3x.html +++ b/doc/html/man/curs_add_wch.3x.html @@ -1,6 +1,6 @@ @@ -91,20 +91,20 @@

echo_wchar

        The echo_wchar function is functionally  equivalent  to  a
-       call to add_wch followed by a call to refresh.  Similarly,
-       the wecho_wchar is functionally equivalent to  a  call  to
-       wadd_wch  followed  by  a call to wrefresh.  The knowledge
-       that only a single character is being output is taken into
-       consideration and, for non-control characters, a consider-
-       able performance gain might be seen by  using  the  *echo*
-       functions instead of their equivalents.
+       call  to add_wch followed by a call to refresh(3x).  Simi-
+       larly, the wecho_wchar is  functionally  equivalent  to  a
+       call  to  wadd_wch  followed  by  a call to wrefresh.  The
+       knowledge that only a single character is being output  is
+       taken  into consideration and, for non-control characters,
+       a considerable performance gain might be seen by using the
+       *echo* functions instead of their equivalents.
 
 
 

Line Graphics

-       Like  curs_addch(3x),  addch_wch  accepts symbols which make it
+       Like  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
-       line-drawing set as curs_addch(3x).
+       line-drawing set as addch(3x).
 
        Name              Unicode    Default   Description
        ----------------------------------------------------------------