X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wch.3x.html;h=eb5506199a95483b47355d223edafd252ebc5b85;hp=77ed34d591bd0f66543214d40f575af6852e9335;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=f86cbeb5f9bd96ab041d34039c35749a14965039 diff --git a/doc/html/man/curs_add_wch.3x.html b/doc/html/man/curs_add_wch.3x.html index 77ed34d5..eb550619 100644 --- a/doc/html/man/curs_add_wch.3x.html +++ b/doc/html/man/curs_add_wch.3x.html @@ -1,7 +1,7 @@ - + @@ -77,17 +77,17 @@ ous character at that location is removed. A new character specified by wch is placed at that location with rendition specified by wch. The cursor then - advances to the next spacing character on the screen. + advances to the next spacing character on the screen. o If wch refers to a non-spacing character, all previous - characters at that location are preserved. The non- - spacing characters of wch are added to the spacing - complex character, and the rendition specified by wch + characters at that location are preserved. The non- + spacing characters of wch are added to the spacing + complex character, and the rendition specified by wch is ignored. - o If the character part of wch is a tab, newline, - backspace or other control character, the window is - updated and the cursor moves as if addch were called. + o If the character part of wch is a tab, newline, + backspace or other control character, the window is + updated and the cursor moves as if addch were called. The echo_wchar function is functionally equivalent to a call to add_wch followed by a call to refresh. Similarly, @@ -99,11 +99,10 @@ functions instead of their equivalents. Line Graphics - Like addch(3x), addch_wch accepts symbols which make it + 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 - line-drawing set as addch(3x). - + line-drawing set as curs_addch(3x). Name Unicode Default Description ---------------------------------------------------------------- @@ -111,8 +110,8 @@ WACS_BOARD 0x2592 # board of squares WACS_BTEE 0x2534 + bottom tee WACS_BULLET 0x00b7 o bullet - WACS_CKBOARD 0x2592 : checker board (stipple) + WACS_DARROW 0x2193 v arrow pointing down WACS_DEGREE 0x00b0 ' degree symbol WACS_DIAMOND 0x25c6 + diamond @@ -144,7 +143,6 @@ The wide-character configuration of ncurses also defines symbols for thick- and double-lines: - Name Unicode Default Description --------------------------------------------------------------------- WACS_T_ULCORNER 0x250f + thick upper left corner @@ -172,7 +170,7 @@ -

RETURN VALUES

+

RETURN VALUE

        All routines return the integer ERR upon failure and OK on
        success.
 
@@ -217,7 +215,7 @@
 

SEE ALSO

        curses(3x), curs_addch(3x), curs_attr(3x), curs_clear(3x),
-       curs_outopts(3x), curs_refresh(3x), putwc(3)
+       curs_outopts(3x), curs_refresh(3x), putwc(3)