Bugs item #1826767, was opened at 2007-11-06 03:43 Message generated for change (Tracker Item Submitted) made by Item Submitter 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
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1826767...