chiark / gitweb /
*** empty log message ***
[sympathy.git] / apps / clients.c
index 73bf65525bfb05363cd01532d8412fde1c313f96..069ae40d127574169f4937f222ef67314e08fb9e 100644 (file)
@@ -10,6 +10,12 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.10  2008/02/22 17:06:59  james
+ * *** empty log message ***
+ *
+ * Revision 1.9  2008/02/20 18:49:11  staffcvs
+ * *** empty log message ***
+ *
  * Revision 1.8  2008/02/20 18:31:44  james
  * *** empty log message ***
  *
@@ -37,6 +43,11 @@ static char rcsid[] = "$Id$";
  */
 
 #include <sympathy.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <strings.h>
+#include <malloc.h>
 #include "clients.h"
 
 static void
@@ -62,6 +73,9 @@ client_msg (IPC_Msg * m, Context * c)
     case IPC_MSG_TYPE_SETFLOW:
       tty_set_flow (c->t, m->setflow.flow);
       break;
+    case IPC_MSG_TYPE_SETANSI:
+      vt102_set_ansi (c->v, m->setansi.ansi);
+      break;
     case IPC_MSG_TYPE_HANGUP:
       tty_hangup (c->t);
       break;