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);
1 – Arguments
lasty
The cursor position.
lastx
The cursor position.
newy
The resulting cursor position.
newx
The resulting cursor position.
2 – Description
In VSI C for OpenVMS Systems, mvcur and move perform the same
function.
See also move.
3 – Return Values
OK Indicates success.
ERR Indicates that moving the window placed part
or all of the window off the edge of the
terminal screen. The terminal screen remains
unaltered.