Copyright Digital Equipment Corp. All rights reserved.
Puts the (y,x) coordinates of the current cursor position on win
in the variables y and x.
Format
#include <curses.h>
getyx (WINDOW *win, int y, int x);
Arguments