OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getyx
distrib/special/more/curses.h
201
#define getyx(w, y, x) \
lib/libcurses/curses.h
1157
#define getyx(win,y,x) (y = getcury(win), x = getcurx(win))