X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=apps%2Fsympathy.c;h=df351f3e9111f56c40082daeeeb5655cfd2e6937;hp=94105a3437bd9ffc0c5a75e449e63d508f18e3a8;hb=ece1299582523fd5a339398bdddb77f525e2a2fc;hpb=ab4d1b2e4c884114ecd4cba652ebcc97ef4c1a0d;ds=sidebyside diff --git a/apps/sympathy.c b/apps/sympathy.c index 94105a3..df351f3 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.10 2008/02/20 19:44:37 james + * @@ + * * Revision 1.9 2008/02/20 18:49:11 staffcvs * *** empty log message *** * @@ -474,7 +477,7 @@ main (int argc, char *argv[]) terminal_register_handlers (); ansi->terminal = terminal_open (0, 1); - ansi_reset (ansi, NULL); + ansi->reset(ansi, NULL); } } @@ -482,7 +485,7 @@ main (int argc, char *argv[]) if (ansi) { - ansi_terminal_reset (ansi); + ansi->close(ansi); terminal_atexit (); }