mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[draw] Refresh all page, when clipboard buffer is drawn.
This commit is contained in:
parent
3f1a78ee7c
commit
ed93225510
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user