| Main index | Section 3 | Options |
#include <curses.h>int addwstr(const wchar_t *wstr); int mvaddwstr(int y, int x, const wchar_t *wstr); int mvwaddwstr(WINDOW *win, int y, int x, const wchar_t *wstr); int waddwstr(WINDOW *win, const wchar_t *wstr);
int addnwstr(const wchar_t *wstr, int n); int mvaddnwstr(int y, int x, const wchar_t *wstr, int n); int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n); int waddnwstr(WINDOW *win, const wchar_t *wstr, int n);
| &#187; | Spacing and non-spacing characters in the string are processed one at a time, and |
| &#187; | control characters are processed as in wadd_wch(3X). |
ncurses(3X) describes the variants of these functions.
X/Open Curses does not specify any error conditions. ncurses returns an error
| &#187; | if the window pointer is NULL, |
| &#187; | if the string pointer is NULL, or |
| &#187; | if an internal wadd_wch(3X) call returns an error. |
curses(3X), curs_add_wch(3X), curs_add_wchstr(3X)
| 2024-04-20 | curs_addwstr (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed. | ” |
| — The Unix Haters' handbook | ||