•  Back 
  •  Text functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.8.6.7  v_curaddress                                              TOS

 Name:         »Direct alpha cursor address« - Set the alpha cursor to 
               the specified position.

 Opcode:       5 (Escape 11)

 Syntax:       void v_curaddress ( int16_t handle, int16_t row, 
               int16_t column );

 Description:  The call v_curaddress moves the alpha cursor to a given 
               column and row.

                Parameter  Meaning

                handle     Workstation identifier
                row        Row number (1 to maximum number of rows)
                column     Column number (1 to maximum number of 
                           columns)

               Note: If addresses above the maximum limit are 
               specified, the function will assume the nearest valid 
               value.

 Return value: The function does not return a result.

 Availability: Supported by all screen drivers.

 Group:        Text functions

 See Also:     Binding   v_enter_cur