JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Redraw needs all dirty lines to have flash etc. work.
authorChristoph Lohmann <20h@r-36.net>
Fri, 9 May 2014 15:12:58 +0000 (17:12 +0200)
committerChristoph Lohmann <20h@r-36.net>
Fri, 9 May 2014 15:12:58 +0000 (17:12 +0200)
st.c

diff --git a/st.c b/st.c
index fd872c1..5946c7c 100644 (file)
--- a/st.c
+++ b/st.c
@@ -3439,6 +3439,7 @@ void
 redraw(int timeout) {
        struct timespec tv = {0, timeout * 1000};
 
+       tfulldirt();
        draw();
 
        if(timeout > 0) {