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.25 v_enter_cur TOS Name: »Enter alpha mode« - Switch text mode on for screen or metafile. Opcode: 5 (Escape 3) Syntax: void v_enter_cur ( int16_t handle ); Description: The call v_enter_cur exits the graphic mode on the workstation with the ID handle (screen or metafile) if this is not identical to the alpha mode. In addition the mouse pointer will be removed, the alpha cursor set to the top left character cell, and the alpha screen will be cleared (by setting it to the colour 0); with a metafile a corresponding entry will be made in the file. Return value: The function does not return a result. Availability: Supported by all screen drivers. Group: Text functions See Also: Binding v_exit_cur