On crappy terminals like vt100, jcurses doesn't highlight the focused object.
The simple fix is to add code like this:
static {
__focusedButtonDefaultColors.setBlackWhiteAttribute(CharColor.REVERSE); }
to all of the appropriate widget classes.
Log in to post a comment.