aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ansi.c b/src/ansi.c
index cf92e71..2154413 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.10 2008/02/07 01:02:52 james
+ * *** empty log message ***
+ *
* Revision 1.9 2008/02/07 00:43:27 james
* *** empty log message ***
*
@@ -579,8 +582,10 @@ ansi_dispatch (ANSI * a, VT102 * v)
if (red <= 0)
return red;
+#if 0
if (*buf == 3)
return -1;
+#endif
ansi_parse (a, buf, red, v);