getyx(3cur) getyx(3cur) Name getyx - get cursor position Syntax #include <cursesX.h> int getyx(win, y, x) WINDOW *win; int y, x; Description The cursor coordinates of the window are placed in the two integer variables and This routine is implemented as a macro, so no ampersand (&) is necessary before the variables. Return Values No return value is defined for this function. getyx(3cur)
| Related Man Pages |
|---|
| getyx(3x) - redhat |
| getyx(3ncurses) - debian |
| getbegyx(3ncurses) - suse |
| getyx(3ncurses) - suse |
| getyx(3ncurses) - bsd |
| Similar Topics in the Unix Linux Community |
|---|
| Undefined symbol: .getcury in getyx |