chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / tty.h
index 91b14c664b491711d5eb3305b34dc9afae9ab350..5286c28134b4a22e4f0c439da82eea88b2d4b197 100644 (file)
--- a/src/tty.h
+++ b/src/tty.h
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.6  2008/02/14 10:34:30  james
+ * *** empty log message ***
+ *
  * Revision 1.5  2008/02/13 09:12:21  james
  * *** empty log message ***
  *
@@ -46,4 +49,10 @@ typedef struct TTY_struct
   TTY_SIGNATURE;
 } TTY;
 
+typedef struct {
+  int lines;
+  struct termios termios;
+  int baud;
+} TTY_Status;
+
 #endif /* __TTY_H__ */