mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
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:
parent
8059856fe1
commit
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:
|
||||
|
Loading…
Reference in New Issue
Block a user