Searched refs:wgetch_events (Results 1 – 6 of 6) sorted by relevance
50 extern NCURSES_EXPORT(int) wgetch_events (WINDOW *, _nc_eventlist *) GCC_DEPRECATED(experimental op…
112 while ((ch = wgetch_events(win, evl)) != ERR) { in wgetnstr_events()
670 wgetch_events(WINDOW *win, _nc_eventlist * evl) in wgetch_events() function
40 *) two new functions wgetch_events() wgetstrn_event() are introduced,
2226 #define wgetch_events(win, evl) wgetch(win) macro
9924 + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS