chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / ansi.c
index 215441321e7015db5c69bacf9b5cbf3f62e15446..ddce89ea09961141b4814d248b92a22baa5f2822 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.11  2008/02/07 11:11:14  staffcvs
+ * *** empty log message ***
+ *
  * Revision 1.10  2008/02/07 01:02:52  james
  * *** empty log message ***
  *
@@ -587,6 +590,12 @@ ansi_dispatch (ANSI * a, VT102 * v)
     return -1;
 #endif
 
+#if 1
+  if (*buf == 1) 
+       return 1;
+#endif
+
+
   ansi_parse (a, buf, red, v);
 
   return 0;