get_wch
extern int get_wch(wint_t *);
#define mvget_wch(y,x,wcp) (move(y,x)?ERR:get_wch(wcp))
(move(y, x) ? (wcp, ERR) : get_wch(wcp))