From: Christoph Lohmann <20h@r-36.net>
Date: Fri, 9 May 2014 15:12:58 +0000 (+0200)
Subject: Redraw needs all dirty lines to have flash etc. work.
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=bdb850a16a6d7a2d12b2bd5500a3b7d70290a74a;p=st.git

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

diff --git a/st.c b/st.c
index fd872c1..5946c7c 100644
--- a/st.c
+++ b/st.c
@@ -3439,6 +3439,7 @@ void
 redraw(int timeout) {
 	struct timespec tv = {0, timeout * 1000};
 
+	tfulldirt();
 	draw();
 
 	if(timeout > 0) {