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

This commit is contained in:
Christoph Lohmann 2014-05-09 17:12:58 +02:00
parent e31829f659
commit bdb850a16a
1 changed files with 1 additions and 0 deletions

1
st.c
View File

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