From 5a4c8aa348f78026a568ff684b42ea1a2733aa2a Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 14 Feb 2008 10:39:14 +0000 Subject: *** empty log message *** --- src/tty.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/tty.h') diff --git a/src/tty.h b/src/tty.h index 5286c28..9b73c9c 100644 --- a/src/tty.h +++ b/src/tty.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.7 2008/02/14 10:36:18 james + * *** empty log message *** + * * Revision 1.6 2008/02/14 10:34:30 james * *** empty log message *** * @@ -37,6 +40,7 @@ #define TTY_SIGNATURE \ char name[1024]; \ + int blocked; \ CRT_Pos size; \ void (*close)(struct TTY_struct *); \ int (*recv)(struct TTY_struct *,void *buf,int len); \ @@ -51,6 +55,7 @@ typedef struct TTY_struct typedef struct { int lines; + int blocked; struct termios termios; int baud; } TTY_Status; -- cgit v1.2.3