Searched refs:wgetch_events (Results 1 – 6 of 6) sorted by relevance
114 while ((ch = wgetch_events(win, evl)) != ERR) { in wgetnstr_events()
633 wgetch_events(WINDOW *win, _nc_eventlist * evl) in wgetch_events() function
40 *) two new functions wgetch_events() wgetstrn_event() are introduced,
2338 #define wgetch_events(win, evl) wgetch(win) macro
543 extern NCURSES_EXPORT(int) wgetch_events (WINDOW *, _nc_eventlist *); /* experimental */
8296 + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS