Copyright Digital Equipment Corp. All rights reserved.

getyx

   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);
 


Additional information available:

Arguments