•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ v_curtext ]

#include <vdi.h>

void v_curtext( int handle, char *string );

  <handle> is the VDI Handle.
  <string> is a NULL terminated text string.


Function writes a text string in alpha mode starting at the current
text cursor location.  The cursor is moved to the end of the line.

It does not use graphics text attributes.
It does not implement VT52 escape codes.

VDI Subopcode 5,12

See also VDI Alpha Escapes, v_gtext() and v_justified().