nodelay
nodelay(WINDOW *win, bool bf)
#define nodelay(w, bf) (wtimeout(w, (bf)?0:-1), OK)
#define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK)
#undef nodelay
nodelay(WINDOW *w, bool bf)