Commit a495fce

Christoph Lohmann <20h@r-36.net>
2014-04-05 14:34:57
There is no need for a full dirt redraw.
1 parent 6f4cfa5
Changed files (1)
st.c
@@ -3440,7 +3440,6 @@ void
 redraw(int timeout) {
 	struct timespec tv = {0, timeout * 1000};
 
-	tfulldirt();
 	draw();
 
 	if(timeout > 0) {