mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Call set_screen_dirty in draw_link
I dropped this in c91c763d49bc7cd01aa06c0dabbd15fecc97da80, 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);
|
ch = get_char(term, x + xpos, y + ypos);
|
||||||
copy_struct(ch, &doc_view->document->data[y].chars[x]);
|
copy_struct(ch, &doc_view->document->data[y].chars[x]);
|
||||||
|
set_screen_dirty(term->screen, y + ypos, y + ypos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user