Commit bdb850a

Christoph Lohmann <20h@r-36.net>
2014-05-09 11:12:58
Redraw needs all dirty lines to have flash etc. work.
1 parent e31829f
Changed files (1)
st.c
@@ -3439,6 +3439,7 @@ void
 redraw(int timeout) {
 	struct timespec tv = {0, timeout * 1000};
 
+	tfulldirt();
 	draw();
 
 	if(timeout > 0) {