VMS Help
CRTL, mvcur
*Conan The Librarian
|
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);
lasty
The cursor position.
lastx
The cursor position.
newy
The resulting cursor position.
newx
The resulting cursor position.
In Compaq C for OpenVMS Systems, mvcur and move perform the same
function.
See also move.
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.