aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tty.h b/src/tty.h
index 91b14c6..5286c28 100644
--- 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__ */