You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
458 B
26 lines
458 B
/* File: D:\WACKER\emu\vt52.hh (Created: 13-July-1994)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1 $
|
|
* $Date: 10/05/98 12:28p $
|
|
*/
|
|
|
|
/* 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;
|
|
*/
|