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