added GUSI TTY socket in context

This commit is contained in:
chombier 2001-04-10 16:41:27 +00:00
parent 26ad4e0152
commit aa7dcf087c
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ typedef struct lshcontext {
int _socket; // for cvs
int _rcmdline; // for cvs
jmp_buf _exitbuf;
jmp_buf *_pexitbuf;
char *_gMemPool;
int _filesTable[MAXFILESCOUNT];
struct termios _mactermios;
@ -34,6 +35,7 @@ typedef struct lshcontext {
Boolean _convertLFs;
char _lastCR;
void *_insock;
long _gConsoleInBufLen;
long _gConsoleInBufMax;
char _gConsoleInBuf[CONSOLEBUFSIZE];