OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mvgetch
distrib/special/more/curses.h
173
#define mvgetch(y, x) mvwgetch(stdscr, y, x)
lib/libcurses/curses.h
1345
#define mvgetch(y,x) mvwgetch(stdscr,(y),(x))