chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / libsympathy.c
index ffe8d1679cb7654d2d77694f3f030739557ceff6..9c3608b166069d3c7a0408d41ee454c0c19897d6 100644 (file)
@@ -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;
         }