mvwin_wchstr
#define mvwin_wchstr(w,y,x,cp) (wmove(w,y,x)?ERR:win_wchstr(w,cp))
#define mvwin_wchstr(w, y, x, cp) \
#undef mvwin_wchstr
mvwin_wchstr(WINDOW *w, int y, int x, cchar_t *ccs)