aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.c
diff options
context:
space:
mode:
authorjames <>2008-02-07 12:21:16 +0000
committerjames <>2008-02-07 12:21:16 +0000
commitd124ea586616d64499d54f56645616d24fe1f797 (patch)
tree04b0c8569f5a30c6975c30b8c46ef3ec5f9ba5b6 /src/ansi.c
parentab5452e7390705d3b46ca29e900d2c5ec9faf555 (diff)
downloadsympathy-d124ea586616d64499d54f56645616d24fe1f797.tar.gz
sympathy-d124ea586616d64499d54f56645616d24fe1f797.tar.bz2
sympathy-d124ea586616d64499d54f56645616d24fe1f797.zip
*** empty log message ***
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