Procházet zdrojové kódy

There is no need for a full dirt redraw.

Christoph Lohmann před 11 roky
rodič
revize
a495fce128
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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) {