/*	File: D:\WACKER\emu\vt52.hh (Created: 13-July-1994)
 *
 *	Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
 *	All rights reserved
 *
 *	$Revision: 1.3 $
 *	$Date: 1995/03/09 13:36:29 $
 */

/* No Longer is use, replaced by PSTDECPRIVATE
// Private emulator data for VT52.
//

typedef struct stPrivateVT52
	{
	int 	len_t,
			len_s;

	ECHAR	terminate[4],
			storage[40],
			*pntr;

	} VT52PRIVATE;

typedef VT52PRIVATE *PSTVT52PRIVATE;
*/