aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-02-28 11:27:48 +0000
committerjames <>2008-02-28 11:27:48 +0000
commite0ace86247de9c0f91cfb87188eff51df5508c7a (patch)
treedcc895eadd738a0d9cfa4d26ee94f9abd217ff2c /apps
parent376040f1e7ed6e46baa2fe48ae92d3ea8a2518cd (diff)
downloadsympathy-e0ace86247de9c0f91cfb87188eff51df5508c7a.tar.gz
sympathy-e0ace86247de9c0f91cfb87188eff51df5508c7a.tar.bz2
sympathy-e0ace86247de9c0f91cfb87188eff51df5508c7a.zip
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/mainloop.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c
index e9c299c..4a3fdca 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.18 2008/02/28 11:27:48 james
+ * *** empty log message ***
+ *
* Revision 1.17 2008/02/27 09:42:53 james
* *** empty log message ***
*
@@ -444,6 +447,9 @@ mainloop (TTY * tty, Socket * server_socket, Socket * client_socket,
}
+ vt102_reset(&c);
+
+
if (server_socket)
{
if (client_socket)