Menu

#9 Missing functions in Toolkit.c (borders)

v1.0 (example)
open
nobody
5
2013-03-05
2013-03-05
John
No

I'm not sure if it is a bug, or by design but:

Borders are not coloured, i made some changes to Toolkit.c:

Added "attron(attr);" at line 374, and an "attroff(attr);" at line 417 to set the color attributes which are set with "if (colors_started) attr = COLOR_PAIR(colorpair_);" in the function Java_charva_awt_Toolkit_blankBoxNative

After i recompiled the Toolkit.c borders are now coloured.

Discussion


Log in to post a comment.