1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[iframe] Fix issue with cursor position

This commit is contained in:
Witold Filipczyk 2021-07-30 16:44:36 +02:00
parent 1de4b3def3
commit a3ebbc9f02

View File

@ -402,7 +402,7 @@ draw_frames(struct session *ses)
more = 1;
}
if (d == 0) foreach (doc_view, ses->scrn_iframes) {
draw_doc(ses, doc_view, 0);
draw_doc(ses, doc_view, doc_view == current_doc_view);
}
if (!more) break;