mvwinwstr
mvwinwstr(WINDOW *win, int y, int x, wchar_t *ws)
#define mvwinwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:winwstr(w,wcs))
#define mvwinwstr(w, y, x, wcs) \
#undef mvwinwstr
mvwinwstr(WINDOW *w, int y, int x, wchar_t *wcs)