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:
parent
1de4b3def3
commit
a3ebbc9f02
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user