chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / tty.h
index 5286c28134b4a22e4f0c439da82eea88b2d4b197..9b73c9c1497057053390797157c740540306d304 100644 (file)
--- 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;