Bugs item #1826767, was opened at 2007-11-06 06:43 Message generated for change (Comment added) made by uberfuzzy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1826767...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: faulty color bitmask in terminal_interface.py
Initial Comment: in the function getDefaultTextColorInWindows, the color returned to the output system is being bitmasked with 0x0007, and not 0x000f, which is resulting in a color that is "half" of the user's color setting
return csbi.wAttributes & 0x0007 -> return csbi.wAttributes & 0x000f
----------------------------------------------------------------------
Comment By: Uberfuzzy (uberfuzzy) Date: 2008-03-17 17:38
Message: Logged In: YES user_id=1976885 Originator: NO
can be marked closed, was corrected in patch applied in rev 5044
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1826767...