mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Call set_screen_dirty in draw_link
I dropped this in c91c763d49
, but it seems
necessary to fix some drawing artefacts exhibited with a local patch.
This commit is contained in:
parent
8a8fc52eec
commit
0cca8d4af0
@ -293,6 +293,7 @@ draw_link(struct terminal *term, struct document_view *doc_view,
|
||||
|
||||
ch = get_char(term, x + xpos, y + ypos);
|
||||
copy_struct(ch, &doc_view->document->data[y].chars[x]);
|
||||
set_screen_dirty(term->screen, y + ypos, y + ypos);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user