mirror of https://github.com/macssh/macssh.git
typedef Attrib, added escflags
This commit is contained in:
parent
3d601fc408
commit
5e0b05892c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue