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

  1 - Arguments

 lasty

    The cursor position.

 lastx

    The cursor position.

 newy

    The resulting cursor position.

 newx

    The resulting cursor position.

  2 - Description

    In Compaq 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 put part or
                       all of the window off the edge of the terminal
                       screen. The terminal screen remains unaltered.
  Close     Help