mvaddwstr
mvaddwstr(int y, int x, wchar_t *ws)
#define mvaddwstr(y,x,wcs) (move(y,x)?ERR:addwstr(wcs))
#undef mvaddwstr
mvaddwstr(y, x, wcs)
#define mvaddwstr(y, x, wcs) \
mvaddwstr(int y, int x, const wchar_t *wcs)
#undef mvaddwstr