Browse Source

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

Christoph Lohmann 11 năm trước cách đây
mục cha
commit
bdb850a16a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {