瀏覽代碼

There is no need for a full dirt redraw.

Christoph Lohmann 11 年之前
父節點
當前提交
a495fce128
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {