next up previous contents index
Next: SUBROUTINE RMSIZE Up: Miscellaneous Routines Previous: SUBROUTINE RMREADWORD

SUBROUTINE RMSETCUR

   RMSETCUR moves specified ramtek  cursor device to a specified position and sets it as visible and/or blinking. Called by CURLOCATE. Not supported by REF.

CALL RMSETCUR (ic,i,ix,iy,ib,iv,ie)

ic    (I): channel number (from RAMOPEN)
i     (I): cursor device number (0-3)
ix,iy (I): pixel position of cursor (see RMPLOT)
ib    (I): blink flag  (1=no blink,2=blink)
iv    (I): visible flag (2=visible, 0=invisible)
ie    (I): returned error code



David Long
Wed Jun 12 10:34:11 MDT 1996