aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.h
diff options
context:
space:
mode:
authorjames <>2008-02-14 10:39:14 +0000
committerjames <>2008-02-14 10:39:14 +0000
commit5a4c8aa348f78026a568ff684b42ea1a2733aa2a (patch)
tree40c7846441cc396994359c83dba5b88a7a186255 /src/tty.h
parent63abab3ba42f94c69677fced4f8b414e59ec4a37 (diff)
downloadsympathy-5a4c8aa348f78026a568ff684b42ea1a2733aa2a.tar.gz
sympathy-5a4c8aa348f78026a568ff684b42ea1a2733aa2a.tar.bz2
sympathy-5a4c8aa348f78026a568ff684b42ea1a2733aa2a.zip
*** empty log message ***
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h5
1 files changed, 5 insertions, 0 deletions
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;