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>
Этот коммит содержится в:
родитель
8059856fe1
Коммит
caf5a9e1b5
@ -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:
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user