Menu

#10 how to fix the B/W bug

closed
Andy
None
0.9.6
5
2012-04-09
2003-04-14
Anonymous
No

i have found the B/W bug. it's located in one of the
constructors of CharColor. The blackWhiteAttribute is
always set it 'NORMAL'.

to fix it change Line 77 of CharColor.java to

this(background, foreground, blackWhiteAttribute, NORMAL);

regards
n

Discussion


Log in to post a comment.