insch
#define mvinsch(y,x,ch) (move(y,x)?ERR:insch(ch))
extern int insch(chtype);
#define mvinsch(y, x, ch) (move(y, x) ? (ch, ERR) : insch(ch))