mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fixed the issue with multiline links.
This commit is contained in:
parent
888ba87516
commit
3555f68059
@ -721,7 +721,7 @@ move_link_vertical(struct session *ses, struct document_view *doc_view, int dir_
|
|||||||
enum frame_event_status status = move_cursor_rel(ses,
|
enum frame_event_status status = move_cursor_rel(ses,
|
||||||
doc_view, 0, y - y1);
|
doc_view, 0, y - y1);
|
||||||
|
|
||||||
if (vs->current_link != -1)
|
if (link == get_current_link(doc_view))
|
||||||
ses->navigate_mode = NAVIGATE_LINKWISE;
|
ses->navigate_mode = NAVIGATE_LINKWISE;
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user