typedef Attrib, added escflags

This commit is contained in:
chombier 2001-04-27 15:40:31 +00:00
parent 3d601fc408
commit 5e0b05892c
1 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,8 @@
#define MAXWID 255 /* The absolute maximum number of chars/line */
/* NONO */
//typedef long VSAttrib;
typedef short VSAttrib;
typedef long VSAttrib;
//typedef short VSAttrib;
typedef struct VSline
{
@ -111,8 +111,10 @@ struct VSscrn {
short parms[maxparms]; /* Ansi Parameters */
char *tabs; /* pointer to array for tab settings */
/* contains 'x' at each tab position, blanks elsewhere */
unsigned long escflags;
};
typedef struct VSscrn VSscrn;
struct VSscrndata {