Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r154:9e594643aa52 Date: 2013-06-16 18:16 +0200 http://bitbucket.org/pypy/stmgc/changeset/9e594643aa52/
Log: Don't use tcolor=37, which is white diff --git a/c4/fprintcolor.c b/c4/fprintcolor.c --- a/c4/fprintcolor.c +++ b/c4/fprintcolor.c @@ -15,7 +15,7 @@ if (bool_cas(&tnextid, tcolor, tcolor + 1)) break; } - tcolor = 31 + tcolor % 7; + tcolor = 31 + tcolor % 6; } int size = (int)sprintf(buffer, "\033[%dm", (int)tcolor); assert(size >= 0); _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit