소스 검색

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

Christoph Lohmann 11 년 전
부모
커밋
bdb850a16a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {