Searched refs:is_nodelay (Results 1 – 2 of 2) sorted by relevance
900 extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */1309 #define is_nodelay(win) ((win) ? ((win)->_delay == 0) : FALSE) macro