Browse Source

There is no need for a full dirt redraw.

Christoph Lohmann 11 năm trước cách đây
mục cha
commit
a495fce128
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      st.c

+ 0 - 1
st.c

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