One does not like to look a gift horse in the mouth, but I have this pet peeve about standards.
f.e. 3D buttons should always be single-click while flat objects should always be double-click except for URLs which again are single-click. I'm not saying it isn't that way in BBChecker. I'm just explaining standards.
OK, to get to the point(er). The mouse pointer as well should follow standards. I don't know the terminology for the different pointers but I do know when they are not right.
f.e. the standard pointer, arrow at 11 o'clock for RH mouse, changes to a hand with pointed finger when you mouseover a URL. When you mouseover the history list however, it should be the standard pointer because the pointing hand would indicate a single click action but the listbox items require a double-click.
So... the line:
$hl[$].mousepointer=16
should be:
$hl[$].mousepointer=1
to be true to standards.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.