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 |
---|
curs_getyx(3x) - redhat |
getyx(3x) - redhat |
getmaxyx(3ncurses) - debian |
getbegyx(3ncurses) - suse |
getparyx(3ncurses) - suse |
Similar Topics in the Unix Linux Community |
---|
Undefined symbol: .getcury in getyx |