aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tty.h b/src/tty.h
index 76f9fbb..d91500e 100644
--- a/src/tty.h
+++ b/src/tty.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.12 2008/02/28 16:57:52 james
+ * *** empty log message ***
+ *
* Revision 1.11 2008/02/23 11:48:37 james
* *** empty log message ***
*
@@ -63,7 +66,8 @@
int rfd; \
int wfd; \
int hanging_up; \
- struct timeval hangup_clock;
+ struct timeval hangup_clock; \
+ int displayed_length;
#define TTY_BITFREQ_LEN 10