mvcur

Name

mvcur -- send cursor movement commands to terminal

Synopsis

#include <curses.h>

int mvcur(int oldrow, int oldcol, int newrow, int newcol);

Description

The interface mvcur() shall behave as described in X/Open Curses, Issue 7, except that if (newrow, newcol) is not a valid address for the terminal in use, the results of the mvcur() function are unspecified.