Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80330 --- shadow/80330 2006-12-20 11:32:52.000000000 -0500 +++ shadow/80330.tmp.12437 2006-12-20 13:00:40.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: SUSE 9.2 OS Details: Suse 9.3 on Pentium4 2400 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -61,6 +61,15 @@ Additional Information: Mono version: 1.2.2.1 This appears to be no problem in Windows, as some kind of color mapping is applied if you change the console colors of the cmd.exe. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-20 13:00 ------- +This issue might be partially solvable by introducing a "pseudo" +color as the initial foreground and background color. +If you "get" this color, a "position and attribute save" escape code +( ESC 7 ) could be send out, and if the color is set back to the +pseudo color, the original color could be reverted using a "position +and attribute restore" escape sequence ( ESC 8 ). +Maybe this is the closest you can get on Linux? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
