aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ansi.c b/src/ansi.c
index 30022ed..f70a2d5 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -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