Copyright Digital Equipment Corp. All rights reserved.

mvcur

   Moves the terminal's cursor from (lasty,lastx) to (newy,newx).

   Format

     #include  <curses.h>

     int mvcur  (int lasty, int lastx, int newy, int newx);
 


Additional information available:

Arguments       Description     Return_Values