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