[pypy-svn] r40764 - pypy/dist/pypy/tool

arigo at codespeak.net arigo at codespeak.net
Mon Mar 19 13:04:32 CET 2007


Author: arigo
Date: Mon Mar 19 13:04:30 2007
New Revision: 40764

Modified:
   pypy/dist/pypy/tool/ansi_print.py
Log:
Trying with navy blue instead of a dark gray that shows up as black on
black on some terminal.


Modified: pypy/dist/pypy/tool/ansi_print.py
==============================================================================
--- pypy/dist/pypy/tool/ansi_print.py	(original)
+++ pypy/dist/pypy/tool/ansi_print.py	Mon Mar 19 13:04:30 2007
@@ -17,7 +17,7 @@
         'event': ((1,), True),
         'ERROR': ((1, 31), False),
         'info': ((35,), False),
-        'stub': ((1, 30), False),
+        'stub': ((34,), False),
     }
 
     def __init__(self, kw_to_color={}, file=None):



More information about the Pypy-commit mailing list