From 029a61812e82b58803c618ed53df42180106412f Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 22 Feb 2008 23:39:30 +0000 Subject: *** empty log message *** --- src/tty.h | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'src/tty.h') diff --git a/src/tty.h b/src/tty.h index 5585a02..47b3cad 100644 --- a/src/tty.h +++ b/src/tty.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.10 2008/02/22 23:39:27 james + * *** empty log message *** + * * Revision 1.9 2008/02/22 19:12:05 james * *** empty log message *** * @@ -57,14 +60,27 @@ int rfd; \ int wfd; \ int hanging_up; \ - struct timeval hangup_clock + struct timeval hangup_clock; \ + TTY_Parser parser; + + +typedef struct +{ + int in_dle; + int in_errmark; + + int bitfreq[8]; + int biterrs; +} TTY_Parser; + typedef struct TTY_struct { TTY_SIGNATURE; } TTY; -typedef struct { +typedef struct +{ int lines; int blocked; struct termios termios; -- cgit v1.2.3