Просмотр исходного кода

There is no need for a full dirt redraw.

Christoph Lohmann 11 лет назад
Родитель
Сommit
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) {