1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-29 01:45:34 +00:00

[draw] Refresh all page, when clipboard buffer is drawn.

This commit is contained in:
Witold Filipczyk 2020-08-03 17:22:21 +02:00
parent 3f1a78ee7c
commit ed93225510

View File

@ -193,6 +193,8 @@ draw_clipboard(struct terminal *term, struct document_view *doc_view)
draw_char_color(term, x, y, color);
}
}
doc_view->last_x = doc_view->last_y = -1;
}
static void