Lines Matching refs:wgetch
760 extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */1028 #define getch() wgetch(stdscr)1061 #define mvwgetch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wgetch(win))1209 * Pseudo-character tokens outside ASCII range. The curses wgetch() function