Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-Filev_curtext()vq_chcells()vq_curaddress() VDISyntaxVOID vq_curaddress( handle, row, column )
WORD handle;
WORD *row, *column;
Function vq_curaddress() returns the current position of the alpha
text cursor.
Opcode 5
Sub-Opcode 15
Availability Supported by all screen drivers.
Parameters handle specifies a valid workstation handle. The WORDs
pointed to by row and column will be filled in with the
current row and column respectively of the text cursor in
alpha mode.
Binding contrl[0] = 5;
contrl[1] = contrl[3] = 0;
contrl[5] = 15;
contrl[6] = handle;
vdi();
*row = intout[0];
*column = intout[1];
See Also v_curtext(), vq_chcells()Group VDI Alpha Escapes