Menu

#20 no focus highlighting on lesser terminals

open
Widget (8)
General
5
2012-04-09
2004-07-08
Kris Raney
No

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.

Discussion


Log in to post a comment.