inch
extern chtype inch(void);
#define mvinch(y,x) (move(y,x)?ERR:inch())
(inch)()
#define mvinch(y, x) (move(y, x) ? ERR : inch())