MOVE(3G) —
NAME
VI_AMove, VI_RMove − move the current point
SYNOPSIS
VI_AMove(x,y)
int x,y;/∗ new point ∗/
VI_RMove(dx,dy)
int dx,dy;/∗ displacement from old point ∗/
DESCRIPTION
These functions move the current point; they do not change the screen. The current point is initially set to (0,0).
VI_AMoveMoves the current point to the specified coordinates.
VI_RMoveMoves the current point by the specified displacement.
NOTE
VI_Move applies only to the IBM Academic Information Systems experimental display.
SEE ALSO
PRPQs 5799-WZQ/5799-PFF: IBM/4.3 — 30 Sep 1985