mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[kitty] Mark items as sent
It could be done better, but at least less flickers on rpi.
This commit is contained in:
parent
f59be954fa
commit
f2872b3711
@ -510,6 +510,7 @@ draw_doc(struct session *ses, struct document_view *doc_view, int active)
|
||||
if (tmp) {
|
||||
term->k_images = tmp;
|
||||
term->k_images[term->number_of_images++] = im_copy;
|
||||
im2->sent = 1;
|
||||
} else {
|
||||
mem_free(im_copy);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user