X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wch.3x.html;h=5c22236d837e5f3e5b071d68aa3de88577674cf8;hp=77ed34d591bd0f66543214d40f575af6852e9335;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=f86cbeb5f9bd96ab041d34039c35749a14965039 diff --git a/doc/html/man/curs_add_wch.3x.html b/doc/html/man/curs_add_wch.3x.html index 77ed34d5..5c22236d 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, @@ -104,15 +104,14 @@ characters. These symbols correspond to the same VT100 line-drawing set as addch(3x). - Name Unicode Default Description ---------------------------------------------------------------- WACS_BLOCK 0x25ae # solid square block 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.