aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sympathy.c
diff options
context:
space:
mode:
authorjames <>2008-02-20 19:44:37 +0000
committerjames <>2008-02-20 19:44:37 +0000
commit8e2bb9b2970ecb7ca3919b074e4474b878bd02bb (patch)
tree41d5a82e8d4612dab9cab273f6941206345a50d4 /apps/sympathy.c
parente57ab4267033b826cee338a1fb24dc3dd1480782 (diff)
downloadsympathy-8e2bb9b2970ecb7ca3919b074e4474b878bd02bb.tar.gz
sympathy-8e2bb9b2970ecb7ca3919b074e4474b878bd02bb.tar.bz2
sympathy-8e2bb9b2970ecb7ca3919b074e4474b878bd02bb.zip
@@
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r--apps/sympathy.c7
1 files changed, 5 insertions, 2 deletions
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 ();
}