addchstr
extern int addchstr(const chtype *);
#define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs))
(move(y, x) ? ((chs), ERR) : addchstr(chs))