Explorar o código

Redraw needs all dirty lines to have flash etc. work.

Christoph Lohmann %!s(int64=11) %!d(string=hai) anos
pai
achega
bdb850a16a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      st.c

+ 1 - 0
st.c

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