1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Fixed the issue with multiline links.

(cherry picked from commit 3555f68059)
This commit is contained in:
Witold Filipczyk 2007-08-14 21:16:16 +02:00 committed by Kalle Olavi Niemitalo
parent 1cbd02c141
commit 8863f4335f

View File

@ -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,
doc_view, 0, y - y1);
if (vs->current_link != -1)
if (link == get_current_link(doc_view))
ses->navigate_mode = NAVIGATE_LINKWISE;
return status;
}