Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mvwgetch
usr/src/lib/libxcurses/h/curses.h
601
extern int mvwgetch(WINDOW *, int, int);
usr/src/lib/libxcurses2/h/curses.h
523
extern int mvwgetch(WINDOW *, int, int);
usr/src/ucbhead/curses.h
140
#define mvgetch(y, x) mvwgetch(stdscr, y, x)