chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / ansi.c
index 30022edabeb23bf15f1e16ed1257d024d09fc281..f70a2d55e844c7a890579f7babad27e7f5a920fa 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.14  2008/02/07 12:21:16  james
+ * *** empty log message ***
+ *
  * Revision 1.13  2008/02/07 12:16:04  james
  * *** empty log message ***
  *
@@ -257,7 +260,9 @@ ansi_set_color (ANSI * a, int color)
        }
 
        i=sprintf(buf,"\033[%d;%dm",fg,bg);
+#if 0
        fprintf(stderr,"Color set to %d %d %x\n",fg,bg,color);
+#endif
 
         ansi_write (a,buf,i); 
        a->color=color;
@@ -634,7 +639,7 @@ ansi_dispatch (ANSI * a, VT102 * v,TTY *t)
     return -1;
 #endif
 
-#if 1
+#if 0
   if (*buf == 1) 
        return 1;
 #endif