X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsympathy.c;h=ac2f62112aaeee283722bfc6a77eaf8956c86e01;hb=3684640e6bdec97cb1b60a34d03e8cde63149215;hp=6dced0d9306777f69aa6907d1781fe5b68617382;hpb=12fda04e4445a5e8584a22526df773eaba44711f;p=sympathy.git diff --git a/src/libsympathy.c b/src/libsympathy.c index 6dced0d..ac2f621 100644 --- a/src/libsympathy.c +++ b/src/libsympathy.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.10 2008/02/07 11:32:41 james + * *** empty log message *** + * * Revision 1.9 2008/02/07 11:11:14 staffcvs * *** empty log message *** * @@ -93,7 +96,7 @@ testy (void) t = tty_new_test (); - v = vt102_new (t); + v = vt102_new (); FD_ZERO (&rfd); for (;;) @@ -110,7 +113,7 @@ testy (void) } #endif - switch (ansi_dispatch (&a, v)) { + switch (ansi_dispatch (&a, v,t)) { case -1: break; case 1: @@ -122,7 +125,7 @@ testy (void) if (FD_ISSET (t->fd, &rfd)) { - if (vt102_dispatch (v)) + if (vt102_dispatch (v,t)) break; }