Ticket #2763 (Last word of help links not clickable)

The last word of hyperlinks in the interactive help don't act on mouse clicks.
    This also implies that one-word links can't be clicked at all.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
Egmont Koblinger 2012-03-27 20:46:34 +04:00 committed by Ilia Maslakov
parent 8059856fe1
commit caf5a9e1b5

View File

@ -501,11 +501,11 @@ help_show (Dlg_head * h, const char *paint_start)
break;
case CHAR_LINK_POINTER:
painting = FALSE;
end_link_area (col - 1, line);
break;
case CHAR_LINK_END:
painting = TRUE;
help_print_word (h, word, &col, &line, FALSE);
end_link_area (col - 1, line);
tty_setcolor (HELP_NORMAL_COLOR);
break;
case CHAR_ALTERNATE: