Преглед изворни кода

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

Christoph Lohmann пре 11 година
родитељ
комит
bdb850a16a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      st.c

+ 1 - 0
st.c

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