aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsympathy.c')
-rw-r--r--src/libsympathy.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libsympathy.c b/src/libsympathy.c
index ffe8d16..9c3608b 100644
--- a/src/libsympathy.c
+++ b/src/libsympathy.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.13 2008/02/08 15:06:42 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/02/07 13:26:35 james
* *** empty log message ***
*
@@ -79,6 +82,7 @@ testy (void)
char c;
TTY *t;
VT102 *v;
+ History *h;
int i;
@@ -132,7 +136,7 @@ testy (void)
if (FD_ISSET (t->fd, &rfd))
{
- if (vt102_dispatch_one (v, t))
+ if (vt102_dispatch_one (v, t,h))
break;
}