0
0
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:
Witold Filipczyk 2025-06-08 17:33:17 +02:00
parent f59be954fa
commit f2872b3711

View File

@ -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);
}