Query: getyx
OS: ultrix
Section: 3cur
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 | 
|---|
| getbegyx(3x) - redhat | 
| getmaxyx(3x) - redhat | 
| getparyx(3x) - redhat | 
| getyx(3ncurses) - debian | 
| getyx(3ncurses) - x11r4 | 
| Similar Topics in the Unix Linux Community | 
|---|
| Undefined symbol: .getcury in getyx |