Redraw needs all dirty lines to have flash etc. work.

master
Christoph Lohmann 11 years ago
parent e31829f659
commit bdb850a16a

@ -3439,6 +3439,7 @@ void
redraw(int timeout) {
struct timespec tv = {0, timeout * 1000};
tfulldirt();
draw();
if(timeout > 0) {

Loading…
Cancel
Save