mvwaddchnstr
mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n)
#define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n))
#undef mvwaddchnstr
mvwaddchnstr(w, y, x, chs, n)
#define mvwaddchnstr(w, y, x, chs, n) \
#undef mvwaddchnstr
mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n)