| 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.
| “ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
| — The Unix Haters' handbook | ||