cs_mv()

Moves the virtual cursor to the specified location in the window

Call  
#include <vv_sys.h>
void cs_mv(wn_row, wn_col, wnp)

int wn_row

Window row to move virtual cursor

int wn_col Window column to move virtual cursor
WINDOWPTR wnp Pointer to window
Returns

None

Description

cs_mv() moves the virtual cursor position by changing the values of the window structure members wnp->r and wnp->c to the specified row and column coordinates within the window.

Cautions

cs_mv() is a macro and does no error checking. Macros are not listed by the VCS error reporting system.


Home Contents Previous Next