Home | History | Annotate | Download | only in include

Lines Matching refs:mvgetch

645 extern NCURSES_EXPORT(int) mvgetch (int, int);				/* generated */
1241 #define mvgetch(y,x) mvwgetch(stdscr,y,x)